1
0
mirror of https://github.com/spl0k/supysonic.git synced 2024-11-09 19:52:16 +00:00

Removed useless transaction handling from latest migrations

This commit is contained in:
spl0k 2018-10-20 16:03:46 +02:00
parent 889b83b761
commit fd5d53f253
3 changed files with 0 additions and 9 deletions

View File

@ -1,6 +1,2 @@
START TRANSACTION;
ALTER TABLE track ADD has_art BOOLEAN DEFAULT false NOT NULL;
COMMIT;

View File

@ -1,6 +1,2 @@
START TRANSACTION;
ALTER TABLE track ADD has_art BOOLEAN DEFAULT false NOT NULL;
COMMIT;

View File

@ -1,3 +1,2 @@
ALTER TABLE track ADD has_art BOOLEAN DEFAULT false NOT NULL;
COMMIT;