feat: add tumblr oauth
This commit is contained in:
parent
6131884ba7
commit
716c1283e7
13 changed files with 641 additions and 7 deletions
6
scripts/migrate/013_tumblr_oauth.sql
Normal file
6
scripts/migrate/013_tumblr_oauth.sql
Normal file
|
@ -0,0 +1,6 @@
|
|||
-- +migrate Up
|
||||
|
||||
-- 2023-04-18: Add tumblr oauth
|
||||
|
||||
alter table users add column tumblr text null;
|
||||
alter table users add column tumblr_username text null;
|
Loading…
Add table
Add a link
Reference in a new issue