mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 12:47:13 +01:00
remove default deleted_at
This commit is contained in:
parent
c302939043
commit
bc73410dba
2 changed files with 3 additions and 5 deletions
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
*/
|
||||
-- AlterTable
|
||||
ALTER TABLE "team" ADD COLUMN "deleted_at" TIMESTAMPTZ(6) DEFAULT CURRENT_TIMESTAMP,
|
||||
ALTER TABLE "team" ADD COLUMN "deleted_at" TIMESTAMPTZ(6),
|
||||
ADD COLUMN "logo_url" VARCHAR(2183);
|
||||
|
||||
-- AlterTable
|
||||
|
|
@ -26,6 +26,4 @@ DROP TABLE "team_website";
|
|||
CREATE INDEX "website_team_id_idx" ON "website"("team_id");
|
||||
|
||||
-- CreateIndex
|
||||
CREATE INDEX "website_created_by_idx" ON "website"("created_by");
|
||||
|
||||
|
||||
CREATE INDEX "website_created_by_idx" ON "website"("created_by");
|
||||
Loading…
Add table
Add a link
Reference in a new issue