Collect is_unmessagable, and public_key.
This commit is contained in:
parent
a7b99c3027
commit
1ee526caf7
3 changed files with 30 additions and 15 deletions
|
|
@ -0,0 +1,3 @@
|
|||
-- AlterTable
|
||||
ALTER TABLE `nodes` ADD COLUMN `is_unmessagable` BOOLEAN NULL,
|
||||
ADD COLUMN `public_key` VARCHAR(191) NULL;
|
||||
Loading…
Add table
Add a link
Reference in a new issue