@@ -118,7 +118,7 @@ CREATE TABLE alert_instance (
118
118
current_state_end int DEFAULT 0 NOT NULL ,
119
119
current_reason character varying (190 ),
120
120
result_fingerprint character varying (16 ),
121
- __ydb_stub_id BIGSERIAL PRIMARY KEY
121
+ __pg_stub_id BIGSERIAL PRIMARY KEY
122
122
);
123
123
124
124
@@ -386,7 +386,7 @@ CREATE TABLE correlation (
386
386
description text NOT NULL ,
387
387
config text ,
388
388
provisioned boolean DEFAULT false NOT NULL ,
389
- __ydb_stub_id BIGSERIAL PRIMARY KEY
389
+ __pg_stub_id BIGSERIAL PRIMARY KEY
390
390
);
391
391
392
392
@@ -617,7 +617,7 @@ CREATE TABLE file (
617
617
created timestamp without time zone NOT NULL ,
618
618
size int NOT NULL ,
619
619
mime_type character varying (255 ) NOT NULL ,
620
- __ydb_stub_id BIGSERIAL PRIMARY KEY
620
+ __pg_stub_id BIGSERIAL PRIMARY KEY
621
621
);
622
622
623
623
@@ -631,7 +631,7 @@ CREATE TABLE file_meta (
631
631
path_hash character varying (64 ) NOT NULL ,
632
632
key character varying (191 ) NOT NULL ,
633
633
value character varying (1024 ) NOT NULL ,
634
- __ydb_stub_id BIGSERIAL PRIMARY KEY
634
+ __pg_stub_id BIGSERIAL PRIMARY KEY
635
635
);
636
636
637
637
0 commit comments