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
1 change: 0 additions & 1 deletion migrations-semver/1.15.0_new_test_table.sql
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
select * from employee limit 10;
create table t000(id int);

Check warning on line 1 in migrations-semver/1.15.0_new_test_table.sql

View workflow job for this annotation

GitHub Actions / check-release-on-prod

COLUMN_NO_NULL (402)

Column "id" in "public"."t000" cannot have NULL value. Targets: instances/prod-sample-instance/databases/hr_prod https://docs.bytebase.com/sql-review/error-codes#402