oops
This commit is contained in:
parent
246ef00540
commit
edb476ec41
@ -1,5 +0,0 @@
|
||||
CREATE TABLE schemaversion (
|
||||
version INT PRIMARY KEY NOT NULL
|
||||
);
|
||||
|
||||
INSERT INTO schemaversion(version) VALUES (1);
|
@ -1 +0,0 @@
|
||||
UPDATE schemaversion SET version = 2;
|
Loading…
Reference in New Issue
Block a user