about summary refs log tree commit diff
path: root/sql/SQLite/upgrade/3-4
diff options
context:
space:
mode:
Diffstat (limited to 'sql/SQLite/upgrade/3-4')
-rw-r--r--sql/SQLite/upgrade/3-4/001-auto.sql12
1 files changed, 12 insertions, 0 deletions
diff --git a/sql/SQLite/upgrade/3-4/001-auto.sql b/sql/SQLite/upgrade/3-4/001-auto.sql
new file mode 100644
index 0000000..afc3322
--- /dev/null
+++ b/sql/SQLite/upgrade/3-4/001-auto.sql
@@ -0,0 +1,12 @@
+-- Convert schema 'sql/_source/deploy/3/001-auto.yml' to 'sql/_source/deploy/4/001-auto.yml':;
+
+;
+BEGIN;
+
+;
+DROP INDEX task_projectid;
+
+;
+
+COMMIT;
+