Skip to content

Commit ab491de

Browse files
committed
Add not_started as a Status enum option to the DB schema.
1 parent d747457 commit ab491de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/db/refactor_platform_rs.dbml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ Table refactor_platform.actions {
8989
}
9090

9191
enum status {
92+
not_started
9293
in_progress
9394
completed
9495
wont_do

0 commit comments

Comments
 (0)