Skip to content

Commit

Permalink
Fix extension referencing flag_types
Browse files Browse the repository at this point in the history
  • Loading branch information
justdave committed May 11, 2024
1 parent 4d7d7d8 commit e233b16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/Review/Extension.pm
Original file line number Diff line number Diff line change
Expand Up @@ -856,7 +856,7 @@ sub db_schema_abstract_schema {
flag_when => {TYPE => 'DATETIME', NOTNULL => 1,},

type_id => {
TYPE => 'INT2',
TYPE => 'INT3',
NOTNULL => 1,
REFERENCES => {TABLE => 'flagtypes', COLUMN => 'id', DELETE => 'CASCADE'}
},
Expand Down

0 comments on commit e233b16

Please sign in to comment.