Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/nutrinoweb/controllers/schema2.sql
diff options
context:
space:
mode:
Diffstat (limited to 'nutrinoweb/controllers/schema2.sql')
-rw-r--r--nutrinoweb/controllers/schema2.sql30
1 files changed, 0 insertions, 30 deletions
diff --git a/nutrinoweb/controllers/schema2.sql b/nutrinoweb/controllers/schema2.sql
deleted file mode 100644
index 17bb3c7..0000000
--- a/nutrinoweb/controllers/schema2.sql
+++ /dev/null
@@ -1,30 +0,0 @@
-drop table if exists aliments;
-create table aliments(
- id integer primary key autoincrement,
- title string not null,
- path string not null,
- quantity string not null,
- unit string not null,
- water string not null,
- energie string not null,
- calcium string not null,
- iron string not null,
- magnesium string not null,
- phosphorus string not null,
- potassium string not null,
- sodium string not null,
- zinc string not null,
- copper string not null,
- vit_c string not null,
- thiamin string not null,
- riboflavin string not null,
- niacin string not null,
- panto_acid string not null,
- vit_b6 string not null,
- folate_tot string not null,
- vit_b12 string not null,
- vit_a string not null,
- vit_e string not null,
- vit_d string not null,
- protein string not null
-);