Project

General

Profile

« Previous | Next » 

Revision 10451

schemas/VegCore/VegCore.ERD.mwb: geovalidation: renamed lat_long_in_ranks to lat_long_in_place_ranks for clarity

View differences:

VegCore.pg.sql
240 240
  "id" text NOT NULL,
241 241
  "geovalid" integer NOT NULL,
242 242
  "lat_long_domain_valid" integer NOT NULL,
243
  "lat_long_in_ranks" hstore DEFAULT NULL,
243
  "lat_long_in_place_ranks" hstore DEFAULT NULL,
244 244
  PRIMARY KEY ("id"),
245 245
  /*CONSTRAINT "fk_geovalidation_validatable_place1" FOREIGN KEY ("id") REFERENCES "validatable_place" ("id") ON DELETE CASCADE ON UPDATE CASCADE*/CHECK (true)
246 246
) /*ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin COMMENT='The accuracy of the [[VegCore#Coordinates|Coordinates]], taking into account the [[VegCore#Placename|Placename]]'*/;

Also available in: Unified diff