mirror of
https://github.com/umami-software/umami.git
synced 2025-12-08 05:12:36 +01:00
update postgres / mysql migrations
This commit is contained in:
parent
14e4a090bb
commit
cb79d806e8
2 changed files with 10 additions and 4 deletions
9
db/postgresql/migrations/10_add_reset_at/migration.sql
Normal file
9
db/postgresql/migrations/10_add_reset_at/migration.sql
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
/*
|
||||
Warnings:
|
||||
|
||||
- You are about to drop the column `rev_id` on the `website` table. All the data in the column will be lost.
|
||||
|
||||
*/
|
||||
-- AlterTable
|
||||
ALTER TABLE "website" DROP COLUMN "rev_id",
|
||||
ADD COLUMN "reset_at" TIMESTAMPTZ(6);
|
||||
Loading…
Add table
Add a link
Reference in a new issue