aboutsummaryrefslogtreecommitdiffstats
path: root/schema.sql
diff options
context:
space:
mode:
authorGuillaume Horel <guillaume.horel@gmail.com>2012-11-08 23:47:20 -0500
committerGuillaume Horel <guillaume.horel@gmail.com>2012-11-08 23:47:20 -0500
commitf57da10d8c51b2a71e7d85705439c4082aa6c507 (patch)
tree68ca34e5ac87079c5a02aa4e3e7305188403b23b /schema.sql
parent57d26a3c5241083be4167483728cbf1188f07d49 (diff)
downloadfamille-flask-f57da10d8c51b2a71e7d85705439c4082aa6c507.tar.gz
add the kadoscope
Diffstat (limited to 'schema.sql')
-rw-r--r--schema.sql3
1 files changed, 2 insertions, 1 deletions
diff --git a/schema.sql b/schema.sql
index e0668c6..6c8c721 100644
--- a/schema.sql
+++ b/schema.sql
@@ -11,7 +11,8 @@ create table users (
phone string,
address_line1,
address_line2,
- address_city_line
+ address_city_line,
+ kado string
);
drop table if exists news;