You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CREATE TABLE public.__yuniql_schema_version(
sequence_id INT IDENTITY(1,1) PRIMARY KEY NOT NULL,
version VARCHAR(512) NOT NULL,
applied_on_utc TIMESTAMP NOT NULL DEFAULT(GETDATE()),
applied_by_user VARCHAR(128) NOT NULL DEFAULT(CURRENT_USER),
applied_by_tool VARCHAR(32) NOT NULL,
applied_by_tool_version VARCHAR(16) NOT NULL,
status VARCHAR(32) NOT NULL,
duration_ms INTEGER NOT NULL,
checksum VARCHAR(64) NOT NULL,
failed_script_path VARCHAR(4000) NULL,
failed_script_error VARCHAR(4000) NULL,
additional_artifacts VARCHAR(4000) NULL,
CONSTRAINT ix___yuniql_schema_version UNIQUE(version)
);
ERR 2021-12-30 21:32:40Z Failed to execute run function. 42601: syntax error at or near "IDENTITY"
Diagnostics stack trace captured a Npgsql.PostgresException (0x80004005):
It expects a 'dev' database in Redshift which is "postgres" in pgsql
SELECT 1 from pg_database WHERE datname = 'yuniqldb';
ERR 2021-12-30 21:35:45Z Failed to execute run function. 3D000: database "dev" does not exist
Diagnostics stack trace captured a Npgsql.PostgresException (0x80004005):
The text was updated successfully, but these errors were encountered:
It expects a 'dev' database in Redshift which is "postgres" in pgsql
The text was updated successfully, but these errors were encountered: