diff options
author | rtkay123 <dev@kanjala.com> | 2025-07-23 13:39:40 +0200 |
---|---|---|
committer | rtkay123 <dev@kanjala.com> | 2025-07-23 13:39:40 +0200 |
commit | 089efa225cc0a4e7be12608129ddbff28d11f320 (patch) | |
tree | d5d27ba5f5056c7a539365fd314e6d7ce7529523 /crates/auth/migrations/20250723100947_account.sql | |
parent | 0a48abb0f0d4752b639fb89dd2db32a3db0eebb8 (diff) | |
download | sellershut-089efa225cc0a4e7be12608129ddbff28d11f320.tar.bz2 sellershut-089efa225cc0a4e7be12608129ddbff28d11f320.zip |
feat(auth): discord oauth
Diffstat (limited to 'crates/auth/migrations/20250723100947_account.sql')
-rw-r--r-- | crates/auth/migrations/20250723100947_account.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/auth/migrations/20250723100947_account.sql b/crates/auth/migrations/20250723100947_account.sql new file mode 100644 index 0000000..8ddc1d3 --- /dev/null +++ b/crates/auth/migrations/20250723100947_account.sql @@ -0,0 +1 @@ +-- Add migration script here |