mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
refactor: regenerate migrations
This commit is contained in:
parent
93c7f1ce76
commit
23df3fba85
@ -1,5 +1,4 @@
|
||||
"use client";
|
||||
import { useState, useEffect } from "react";
|
||||
import {
|
||||
Activity,
|
||||
AudioWaveform,
|
||||
@ -28,6 +27,7 @@ import {
|
||||
Users,
|
||||
} from "lucide-react";
|
||||
import { usePathname } from "next/navigation";
|
||||
import { useEffect, useState } from "react";
|
||||
import type * as React from "react";
|
||||
|
||||
import {
|
||||
@ -45,8 +45,8 @@ import {
|
||||
} from "@/components/ui/collapsible";
|
||||
import { Separator } from "@/components/ui/separator";
|
||||
import {
|
||||
Sidebar,
|
||||
SIDEBAR_COOKIE_NAME,
|
||||
Sidebar,
|
||||
SidebarContent,
|
||||
SidebarFooter,
|
||||
SidebarGroup,
|
||||
|
@ -1 +0,0 @@
|
||||
ALTER TABLE "admin" ADD COLUMN "enableCleanupCache" boolean DEFAULT true NOT NULL;
|
@ -1,3 +1,3 @@
|
||||
ALTER TABLE "admin" RENAME COLUMN "cleanupCacheOnDeployments" TO "cleanupCacheApplications";--> statement-breakpoint
|
||||
ALTER TABLE "admin" ADD COLUMN "cleanupCacheApplications" boolean DEFAULT true NOT NULL;--> statement-breakpoint
|
||||
ALTER TABLE "admin" ADD COLUMN "cleanupCacheOnPreviews" boolean DEFAULT false NOT NULL;--> statement-breakpoint
|
||||
ALTER TABLE "admin" ADD COLUMN "cleanupCacheOnCompose" boolean DEFAULT false NOT NULL;
|
@ -1 +0,0 @@
|
||||
ALTER TABLE "admin" RENAME COLUMN "enableCleanupCache" TO "cleanupCacheOnDeployments";
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"id": "0b4b4db4-2e13-4ef0-8bdd-85bc4bbfe10b",
|
||||
"id": "b00fa001-dd12-4f37-97dc-478c7a790779",
|
||||
"prevId": "24787a88-0754-437a-b077-03a3265b8ef5",
|
||||
"version": "6",
|
||||
"dialect": "postgresql",
|
||||
@ -969,12 +969,26 @@
|
||||
"notNull": true,
|
||||
"default": 0
|
||||
},
|
||||
"enableCleanupCache": {
|
||||
"name": "enableCleanupCache",
|
||||
"cleanupCacheApplications": {
|
||||
"name": "cleanupCacheApplications",
|
||||
"type": "boolean",
|
||||
"primaryKey": false,
|
||||
"notNull": true,
|
||||
"default": true
|
||||
},
|
||||
"cleanupCacheOnPreviews": {
|
||||
"name": "cleanupCacheOnPreviews",
|
||||
"type": "boolean",
|
||||
"primaryKey": false,
|
||||
"notNull": true,
|
||||
"default": false
|
||||
},
|
||||
"cleanupCacheOnCompose": {
|
||||
"name": "cleanupCacheOnCompose",
|
||||
"type": "boolean",
|
||||
"primaryKey": false,
|
||||
"notNull": true,
|
||||
"default": false
|
||||
}
|
||||
},
|
||||
"indexes": {},
|
||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -404,22 +404,8 @@
|
||||
{
|
||||
"idx": 57,
|
||||
"version": "6",
|
||||
"when": 1737266192013,
|
||||
"tag": "0057_oval_ken_ellis",
|
||||
"breakpoints": true
|
||||
},
|
||||
{
|
||||
"idx": 58,
|
||||
"version": "6",
|
||||
"when": 1737266560950,
|
||||
"tag": "0058_cultured_warpath",
|
||||
"breakpoints": true
|
||||
},
|
||||
{
|
||||
"idx": 59,
|
||||
"version": "6",
|
||||
"when": 1737268325181,
|
||||
"tag": "0059_public_speed",
|
||||
"when": 1737306063563,
|
||||
"tag": "0057_tricky_living_tribunal",
|
||||
"breakpoints": true
|
||||
}
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user