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