Add sql to create tag table if not exists
This commit is contained in:
4
data/handle_old_schema.sql
Normal file
4
data/handle_old_schema.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
create table if not exists tags (
|
||||
id integer primary key autoincrement,
|
||||
tagName text not null
|
||||
);
|
||||
Reference in New Issue
Block a user