SMERM / EMUForm

Form for EMUFest submissions
GNU General Public License v2.0
1 stars 1 forks source link

Program Notes IT added into views but not into schema #11

Closed grammaton closed 8 years ago

grammaton commented 8 years ago

I'm not able to do it.

nicb commented 8 years ago

They are already in the schema, though they are not mandatory.

nicb commented 8 years ago

Sorry maybe I was not clear but, if you take the current schema:

CREATE TABLE "works" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar NOT NULL, "year" datetime NOT NULL, "duration" datetime NOT NULL, "instruments" varchar NOT NULL, "program_notes_en" text NOT NULL, "program_notes_it" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL);

as you can see, it is already in the schema. Closing this issue.