Compare commits
3 commits
942d39d755
...
05a6c19264
Author | SHA1 | Date | |
---|---|---|---|
|
05a6c19264 | ||
|
28e6e167ee | ||
|
84716b4527 |
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ CREATE TABLE scases (
|
||||||
name text NOT NULL,
|
name text NOT NULL,
|
||||||
last_change REAL NOT NULL,
|
last_change REAL NOT NULL,
|
||||||
removed INTEGER NOT NULL
|
removed INTEGER NOT NULL
|
||||||
|
FOREIGN KEY(username) REFERENCES artist(artistid)
|
||||||
);
|
);
|
||||||
|
|
||||||
CREATE TABLE categories (
|
CREATE TABLE categories (
|
||||||
|
|
Loading…
Reference in a new issue