mirror of
https://github.com/tgdrive/teldrive.git
synced 2025-01-10 17:19:56 +08:00
6 lines
226 B
MySQL
6 lines
226 B
MySQL
|
-- +goose Up
|
||
|
-- +goose StatementBegin
|
||
|
truncate teldrive.sessions;
|
||
|
ALTER TABLE "teldrive"."sessions" DROP COLUMN IF EXISTS "auth_hash";
|
||
|
ALTER TABLE "teldrive"."sessions" ADD COLUMN "session_date" integer;
|
||
|
-- +goose StatementEnd
|