polycule-connect/polyculeconnect/migrations/5_add_auth_request_auth_time.up.sql
Melora Hugues c71e7fa12f
Some checks failed
/ docker-build-only (push) Failing after 33s
/ go-test (push) Failing after 1m20s
Add login workflow until token generation (#48)
2024-10-15 19:35:14 +02:00

1 line
61 B
SQL

ALTER TABLE "auth_request_2" ADD COLUMN auth_time timestamp;