From 1e8ccfec6ebcf7787def13165d9932b0cccefc49 Mon Sep 17 00:00:00 2001
From: liding <756868258@qq.com>
Date: 星期五, 20 六月 2025 14:34:45 +0800
Subject: [PATCH] 1.文件上传格式调整 2.表格调整

---
 basic-server/src/main/resources/db/migration/postgresql/V20250603102701__create_table_coal_info.sql |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/basic-server/src/main/resources/db/migration/postgresql/V20250603102701__create_table_coal_info.sql b/basic-server/src/main/resources/db/migration/postgresql/V20250603102701__create_table_coal_info.sql
index 85d44bd..fa5fdf7 100644
--- a/basic-server/src/main/resources/db/migration/postgresql/V20250603102701__create_table_coal_info.sql
+++ b/basic-server/src/main/resources/db/migration/postgresql/V20250603102701__create_table_coal_info.sql
@@ -6,7 +6,6 @@
     maintainer_id    int4         NOT NULL    DEFAULT 0,                 -- 缁存姢浜猴紝涓嶅厑璁镐负绌�
     maintenance_date DATE         NOT NULL,                              -- 缁存姢鏃ユ湡锛屼笉鍏佽涓虹┖
 
-    -- 鏂板瀛楁
     deleted          int4         NOT NULL    DEFAULT 0,                 -- 鏄惁鍒犻櫎锛堣蒋鍒犻櫎鏍囧織锛�
     create_by        VARCHAR(255),                                       -- 鍒涘缓浜�
     create_time      TIMESTAMP WITHOUT TIME ZONE, -- 鍒涘缓鏃堕棿锛岄粯璁ゅ綋鍓嶆椂闂�

--
Gitblit v1.9.3