teldrive/internal/database/migrations/20240610172736_modify_session.sql
2024-06-10 21:52:21 +05:30

5 lines
No EOL
151 B
SQL

-- +goose Up
-- +goose StatementBegin
truncate teldrive.sessions;
ALTER TABLE "teldrive"."sessions" ADD COLUMN "auth_hash" text;
-- +goose StatementEnd