瀏覽代碼

同步数据库备份文件
删除不再使用的soilgd.sql文件;
添加五万亩调查数据表的数据库迁移脚本,包含表及其列的注释信息。

drggboy 3 周之前
父節點
當前提交
a74247eb3b
共有 3 個文件被更改,包括 6 次插入6 次删除
  1. 6 6
      migrations/versions/43e67e4ab3f6_fiftythousandsurvey_comment.py
  2. 二進制
      soilgd.dump
  3. 二進制
      soilgd.sql

+ 6 - 6
migrations/versions/5e763f8e3da6_五万亩模型添加comment.py → migrations/versions/43e67e4ab3f6_fiftythousandsurvey_comment.py

@@ -1,8 +1,8 @@
-"""五万亩模型添加comment
+"""FiftyThousandSurvey_comment
 
 
-Revision ID: 5e763f8e3da6
-Revises: a2cfbc6c2673
-Create Date: 2025-07-13 10:28:20.629961
+Revision ID: 43e67e4ab3f6
+Revises: 781090b305e2
+Create Date: 2025-07-19 16:55:37.108093
 
 
 """
 """
 from alembic import op
 from alembic import op
@@ -10,8 +10,8 @@ import sqlalchemy as sa
 
 
 
 
 # revision identifiers, used by Alembic.
 # revision identifiers, used by Alembic.
-revision = '5e763f8e3da6'
-down_revision = 'a2cfbc6c2673'
+revision = '43e67e4ab3f6'
+down_revision = '781090b305e2'
 branch_labels = None
 branch_labels = None
 depends_on = None
 depends_on = None
 
 

二進制
soilgd.dump


二進制
soilgd.sql