forked from friendica/friendica-directory
parent
b0142f6ab2
commit
7d5012e72e
@ -0,0 +1,3 @@
|
||||
BEGIN;
|
||||
ALTER TABLE `server` DROP `subscribe_url`;
|
||||
COMMIT;
|
@ -0,0 +1,3 @@
|
||||
BEGIN;
|
||||
ALTER TABLE `server` ADD `subscribe_url` VARCHAR(250) NULL AFTER `noscrape_url`;
|
||||
COMMIT;
|
Loading…
Reference in new issue