Skip to content

Commit

Permalink
Revert "fix: add missing column"
Browse files Browse the repository at this point in the history
This reverts commit 7d3c47c.
  • Loading branch information
Ed Geraghty committed Apr 15, 2022
1 parent 2756d48 commit cb1e691
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/store/events/messages/schema.dart
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ class Decrypted extends Table {
// Message timestamps
IntColumn get timestamp => integer()();
IntColumn get received => integer()();
IntColumn get selfDestructAfter => integer()();

// Message Only
TextColumn get body => text().nullable()();
Expand Down

0 comments on commit cb1e691

Please sign in to comment.