]> Dogcows Code - chaz/chatty/blobdiff - db/schema.sql
not really doing anything with email addresses
[chaz/chatty] / db / schema.sql
index fee4063c1152baf247785b5a5c1884fc5f1ee53a..536b1f372cf74467248dd1c573a2f289676146b8 100644 (file)
@@ -9,7 +9,6 @@ CREATE TABLE room (
 
 CREATE TABLE account (
        id              INTEGER PRIMARY KEY,
-       email           TEXT,
        username        TEXT UNIQUE,
        password        TEXT NOT NULL,
        status          TEXT DEFAULT 'active',
This page took 0.016801 seconds and 4 git commands to generate.