mirror of
https://github.com/grocy/grocy.git
synced 2025-04-29 09:39:57 +00:00
Fixed migration (references #658)
This commit is contained in:
parent
7b737590ea
commit
4f40b40fe0
@ -1,7 +1,7 @@
|
||||
CREATE TABLE shopping_locations (
|
||||
id INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT UNIQUE,
|
||||
name TEXT NOT NULL UNIQUE,
|
||||
description TEXT
|
||||
description TEXT,
|
||||
row_created_timestamp DATETIME DEFAULT (datetime('now', 'localtime'))
|
||||
);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user