Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions migrations/1.0.1_create_t1.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
CREATE TABLE my_table (
id SERIAL PRIMARY KEY,
name TEXT NOT NULL DEFAULT ''

Check failure on line 3 in migrations/1.0.1_create_t1.sql

View workflow job for this annotation

GitHub Actions / check-release-on-prod

Table already exists (607)

The table "my_table" already exists in the schema "public". Targets: instances/prod-sample-instance/databases/hr_prod https://docs.bytebase.com/reference/error-code/advisor#607
);