changeset 8:e00d04093c60

Zapomniałem zaktualizować schematu bazy
author Michał Rudowicz <michal.rudowicz@fl9.eu>
date Mon, 28 Feb 2011 12:08:57 +0100
parents d86794939fe4
children 9a0a9fa7f91d
files frontend/schema.sql
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/frontend/schema.sql	Mon Feb 28 11:34:20 2011 +0100
+++ b/frontend/schema.sql	Mon Feb 28 12:08:57 2011 +0100
@@ -2,4 +2,4 @@
     "id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL,
     "username" TEXT NOT NULL,
     "password" TEXT NOT NULL
-);
+, activated boolean);