~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to userdb/users.sql

Fix a column name mismatch between the migration and primary schema.

Show diffs side-by-side

added added

removed removed

Lines of Context:
207
207
    name        TEXT NOT NULL,
208
208
    data        TEXT NOT NULL,
209
209
    assessable  BOOLEAN NOT NULL,
210
 
    order_no    INT4 NOT NULL,
 
210
    seq_no      INT4 NOT NULL,
211
211
    format      TEXT NOT NUll,
212
212
    UNIQUE (offeringid, identifier)
213
213
);