Browse Source

fix: 重新排序数据库迁移文件避免与上游冲突

- 重命名 0018_square_ozymandias.sql → 0021_square_ozymandias.sql
- 重命名 0019_open_stephen_strange.sql → 0022_open_stephen_strange.sql
- 重命名 0020_nosy_synch.sql → 0023_nosy_synch.sql
- 更新 drizzle/meta/_journal.json 添加新的迁移条目
- 确保与上游 zsio/claude-code-hub 的迁移文件不冲突
Abner 3 months ago
parent
commit
0846883bc7

+ 0 - 0
drizzle/0018_square_ozymandias.sql → drizzle/0021_square_ozymandias.sql


+ 0 - 0
drizzle/0019_open_stephen_strange.sql → drizzle/0022_open_stephen_strange.sql


+ 0 - 0
drizzle/0020_nosy_synch.sql → drizzle/0023_nosy_synch.sql


+ 21 - 0
drizzle/meta/_journal.json

@@ -148,6 +148,27 @@
       "when": 1763465177387,
       "tag": "0020_next_juggernaut",
       "breakpoints": true
+    },
+    {
+      "idx": 21,
+      "version": "7",
+      "when": 1763823720000,
+      "tag": "0021_square_ozymandias",
+      "breakpoints": true
+    },
+    {
+      "idx": 22,
+      "version": "7",
+      "when": 1763823721000,
+      "tag": "0022_open_stephen_strange",
+      "breakpoints": true
+    },
+    {
+      "idx": 23,
+      "version": "7",
+      "when": 1763823722000,
+      "tag": "0023_nosy_synch",
+      "breakpoints": true
     }
   ]
 }