From 6a1d6a7365fb917784d378cf3b3683c85bb81b48 Mon Sep 17 00:00:00 2001 From: Guillaume Horel Date: Mon, 5 Nov 2012 00:05:32 -0500 Subject: starting to hook things up --- schema.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 schema.sql (limited to 'schema.sql') diff --git a/schema.sql b/schema.sql new file mode 100644 index 0000000..3c3231f --- /dev/null +++ b/schema.sql @@ -0,0 +1,6 @@ +drop table if exists users; +create table users ( + id integer primary key autoincrement, + user string not null, + password string not null +); -- cgit v1.2.3-70-g09d2