mirror of https://github.com/AMT-Cheif/drift.git
Recreate migration test failure with unique constraint
This commit is contained in:
parent
14aa07fffa
commit
d0fae0b814
|
@ -15,7 +15,8 @@ void main() {
|
|||
title TEXT NOT NULL,
|
||||
content TEXT NOT NULL,
|
||||
target_date INTEGER NOT NULL,
|
||||
category TEXT NOT NULL
|
||||
category TEXT NOT NULL,
|
||||
UNIQUE(title, category)
|
||||
);
|
||||
''');
|
||||
|
||||
|
|
Loading…
Reference in New Issue