Removes feed type from database and adds addedAt timestamp
This commit is contained in:
parent
1a026913ac
commit
a9618f950e
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ CREATE table feed (
|
|||
id INTEGER PRIMARY KEY,
|
||||
name text NOT NULL,
|
||||
url text NOT NULL UNIQUE,
|
||||
type text NOT NULL
|
||||
addedAt DATETIME DEFAULT CURRENT_TIMESTAMP NOT NULL
|
||||
);
|
||||
|
||||
-- +migrate Down
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue