mirror of
https://github.com/tgdrive/teldrive.git
synced 2025-01-10 09:09:43 +08:00
5 lines
No EOL
151 B
SQL
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 |