mirror of
https://github.com/grocy/grocy.git
synced 2025-08-24 05:56:55 +00:00
Make it possible to hide chores/batteries (closes #1069)
This commit is contained in:
@@ -50,7 +50,7 @@ CREATE TABLE products (
|
||||
name TEXT NOT NULL UNIQUE,
|
||||
description TEXT,
|
||||
product_group_id INTEGER,
|
||||
active TINYINT NOT NULL DEFAULT 1,
|
||||
active TINYINT NOT NULL DEFAULT 1 CHECK(active IN (0, 1)),
|
||||
location_id INTEGER NOT NULL,
|
||||
shopping_location_id INTEGER,
|
||||
qu_id_purchase INTEGER NOT NULL,
|
||||
|
Reference in New Issue
Block a user