Skip to content

Commit

Permalink
from_group migrate back in
Browse files Browse the repository at this point in the history
  • Loading branch information
Evanfeenstra committed Nov 12, 2020
1 parent 9473fc0 commit d7e1329
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions dist/src/utils/setup.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/src/utils/setup.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/utils/setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ async function migrate() {
} catch (e) { }

addTableColumn('sphinx_contacts', 'notification_sound')

addTableColumn('sphinx_contacts', 'from_group', 'BOOLEAN')
addTableColumn('sphinx_contacts', 'private_photo', 'BOOLEAN')

addTableColumn('sphinx_chats', 'escrow_amount', 'BIGINT')
Expand Down

0 comments on commit d7e1329

Please sign in to comment.