fix extension
This commit is contained in:
parent
f9681bd49d
commit
e5a407a4ed
1 changed files with 2 additions and 2 deletions
|
|
@ -16,7 +16,7 @@
|
|||
<changeSet id="0002" author="akochetkov">
|
||||
<comment>create EXTENSION uuid-ossp</comment>
|
||||
<sql>
|
||||
CREATE EXTENSION IF NOT EXISTS "uuid-ossp" SCHEMA metrics;
|
||||
CREATE EXTENSION IF NOT EXISTS "uuid-ossp";
|
||||
</sql>
|
||||
</changeSet>
|
||||
|
||||
|
|
@ -126,7 +126,7 @@
|
|||
|
||||
CREATE TABLE IF NOT EXISTS metrics.recruitment
|
||||
(
|
||||
id varchar(36) NOT NULL DEFAULT metrics.uuid_generate_v4(),
|
||||
id varchar(36) NOT NULL DEFAULT uuid_generate_v4(),
|
||||
idm_id character varying(256) COLLATE pg_catalog."default",
|
||||
parent_id character varying COLLATE pg_catalog."default",
|
||||
version integer,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue