locate_or_create_tag returns tag_type, and not tag_type_id anymore
[plcapi.git] / migrations / 103-up-extensions.sql
1 CREATE TABLE plc_db_extensions (
2     name text NOT NULL PRIMARY KEY,
3     version integer NOT NULL
4 ) WITH OIDS;
5
6 UPDATE plc_db_version SET subversion = 103;