Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/schema/schema2.sql
diff options
context:
space:
mode:
Diffstat (limited to 'schema/schema2.sql')
-rw-r--r--schema/schema2.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/schema/schema2.sql b/schema/schema2.sql
index 17bb3c7..8a23269 100644
--- a/schema/schema2.sql
+++ b/schema/schema2.sql
@@ -5,6 +5,7 @@ create table aliments(
path string not null,
quantity string not null,
unit string not null,
+ serving string,
water string not null,
energie string not null,
calcium string not null,