word edit: user editlang enables language inputs
[sheet.git] / tools / word.pg.sql
index 101af7a19491142d9d91920240d22c04017547ec..d18a99cb4b3172f464f5302832957e910ba9a678 100644 (file)
@@ -3,6 +3,7 @@ CREATE TABLE login (
        pass       text,
        email      text,
        fullname   text,
+       editlang   text[],
        id         serial      NOT NULL PRIMARY KEY
 );