mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 12:20:22 +00:00
This is 1.0
This commit is contained in:
@@ -14,6 +14,8 @@ class GrocyDbMigrator
|
||||
qu_id_stock INTEGER NOT NULL,
|
||||
qu_factor_purchase_to_stock REAL NOT NULL,
|
||||
barcode TEXT,
|
||||
min_stock_amount INTEGER NOT NULL DEFAULT 0,
|
||||
default_best_before_days INTEGER NOT NULL DEFAULT 0,
|
||||
row_created_timestamp DATETIME DEFAULT (datetime('now', 'localtime'))
|
||||
)"
|
||||
);
|
||||
|
Reference in New Issue
Block a user