Project

General

Profile

« Previous | Next » 

Revision 10443

inputs/{.,}*/*.schema.sql: regenerated using the instructions in bin/my2pg. this primarily replaces timestamp with text/*timestamp*/ (to preserve indefinite dates).

View differences:

salvias_plots.schema.sql
217 217
  "project_pi" varchar(30) NOT NULL DEFAULT '',
218 218
  "allow_download_all" integer NOT NULL DEFAULT '0',
219 219
  "ipr_specific" text,
220
  "ipr_specific_updated" date DEFAULT NULL,
220
  "ipr_specific_updated" text/*date*/ DEFAULT NULL,
221 221
  PRIMARY KEY ("project_id"),
222 222
  /*KEY "project_name" ("project_name")*/CHECK (true),
223 223
  /*KEY "on_project_list" ("allow_download_all")*/CHECK (true),

Also available in: Unified diff