mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-22 17:32:18 +00:00
tbl_rt_person ort_kurzbz is now optional
This commit is contained in:
@@ -23,7 +23,7 @@ $config['migration_enabled'] = TRUE;
|
||||
| be upgraded / downgraded to.
|
||||
|
|
||||
*/
|
||||
$config['migration_version'] = '009';
|
||||
$config['migration_version'] = '011';
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
||||
@@ -37,7 +37,7 @@ class Migration_Reihungstest extends MigrationLib
|
||||
rt_id integer,
|
||||
anmeldedatum date,
|
||||
teilgenommen boolean DEFAULT FALSE,
|
||||
ort_kurzbz varchar(16) NOT NULL,
|
||||
ort_kurzbz varchar(16),
|
||||
punkte numeric(8,4) DEFAULT NULL,
|
||||
CONSTRAINT pk_tbl_rt_person PRIMARY KEY (person_id, rt_id),
|
||||
CONSTRAINT fk_rt_person_ort_kurzbz FOREIGN KEY (ort_kurzbz) REFERENCES public.tbl_ort(ort_kurzbz) ON UPDATE CASCADE ON DELETE RESTRICT,
|
||||
|
||||
Reference in New Issue
Block a user