GoBlog/dbmigrations/00033.sql

2 lines
126 B
MySQL
Raw Normal View History

alter table activitypub_followers add username text not null default "";
update activitypub_followers set username = follower;