mirror of
https://github.com/grocy/grocy.git
synced 2026-03-28 15:49:25 +01: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…
Reference in New Issue
Block a user