Project

General

Profile

« Previous | Next » 

Revision 6146

schemas/vegbien.sql: referencename: Renamed identifier to name because it is specifically any name for the reference, not necessarily an ID

View differences:

schemas/vegbien.my.sql
2616 2616
    referencename_id int(11) NOT NULL,
2617 2617
    reference_id int(11) NOT NULL,
2618 2618
    system text,
2619
    identifier text NOT NULL
2619
    name text NOT NULL
2620 2620
);
2621 2621

  
2622 2622

  
schemas/vegbien.sql
3473 3473
    referencename_id integer NOT NULL,
3474 3474
    reference_id integer NOT NULL,
3475 3475
    system text,
3476
    identifier text NOT NULL
3476
    name text NOT NULL
3477 3477
);
3478 3478

  
3479 3479

  

Also available in: Unified diff