Skip to content

Instantly share code, notes, and snippets.

@tonyg
Last active October 18, 2018 19:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tonyg/379b3406c3d501b4ba25d4269189d6ca to your computer and use it in GitHub Desktop.
Save tonyg/379b3406c3d501b4ba25d4269189d6ca to your computer and use it in GitHub Desktop.
diff --git a/pre.clean.sql b/post.clean.sql
index 81fd888..3e1da66 100644
--- a/pre.clean.sql
+++ b/post.clean.sql
@@ -65,7 +65,7 @@ CREATE TABLE Folders (
description VARCHAR,
creatorName VARCHAR,
creatorProfileUrl VARCHAR
-);
+, syncPolicyExtended VARCHAR DEFAULT 'SyncPolicyNotSet');
CREATE TABLE FileHighlights (
id INTEGER PRIMARY KEY AUTOINCREMENT,
author VARCHAR,
@@ -221,7 +221,7 @@ CREATE TABLE Groups (
isReadOnly BOOLEAN NOT NULL,
isPrivate BOOLEAN NOT NULL,
iconName VARCHAR NULL
-);
+, syncPolicyExtended VARCHAR DEFAULT 'SyncPolicyNotSet');
CREATE TABLE RemoteFolders (
folderId INTEGER PRIMARY KEY,
remoteUuid VARCHAR UNIQUE NULL,
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment