1
mirror of https://github.com/jlelse/GoBlog synced 2024-06-01 06:34:26 +00:00
GoBlog/dbmigrations/00033.sql

2 lines
126 B
SQL

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