about summary refs log tree commit diff
path: root/sql/SQLite/upgrade/3-4/001-auto.sql
blob: afc3322d6139a47a5137854a7a1bab6047e22556 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
-- Convert schema 'sql/_source/deploy/3/001-auto.yml' to 'sql/_source/deploy/4/001-auto.yml':;

;
BEGIN;

;
DROP INDEX task_projectid;

;

COMMIT;