mirror of
https://codeberg.org/pronounscc/pronouns.cc.git
synced 2025-02-12 23:03:37 +01:00
6 lines
152 B
SQL
6 lines
152 B
SQL
-- +migrate Up
|
|
|
|
-- 2023-04-18: Add Google oauth
|
|
|
|
alter table users add column google text null;
|
|
alter table users add column google_username text null;
|