tests: add test files for previous commit
This commit is contained in:
3
pkg/schema/lint/test_schemas/failure-missing-rowid.sql
Normal file
3
pkg/schema/lint/test_schemas/failure-missing-rowid.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
create table missing_rowid (
|
||||
a integer primary key
|
||||
) strict;
|
||||
Reference in New Issue
Block a user