From d7e915f77c42f6d0c5a85e03d87106c27082ec99 Mon Sep 17 00:00:00 2001 From: Guillaume Horel Date: Wed, 7 Nov 2012 22:22:58 -0500 Subject: reworked the templates --- schema.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'schema.sql') diff --git a/schema.sql b/schema.sql index bae55ab..cda7bc3 100644 --- a/schema.sql +++ b/schema.sql @@ -1,7 +1,7 @@ drop table if exists users; create table users ( id integer primary key autoincrement, - name string not null, + user_name string not null, password string not null ); -- cgit v1.2.3-70-g09d2