Skip to content

Commit

Permalink
🚫 Remove reflexive pronouns from the data model
Browse files Browse the repository at this point in the history
They are not, and likely will not be used any time soon.
  • Loading branch information
beverage committed Oct 20, 2024
1 parent 0e64b66 commit d539570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database/1-CreateDatabases.sql
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ CREATE TABLE sentences (
tense tense not null,
direct_object direct_object not null,
indirect_pronoun indirect_pronoun not null,
reflexive_pronoun reflexive_pronoun not null,
-- reflexive_pronoun reflexive_pronoun not null,
negation negation not null,
content varchar not null,
translation varchar not null,
Expand Down

0 comments on commit d539570

Please sign in to comment.