feat: 支持充值商品配置和档位首充
This commit is contained in:
@@ -572,9 +572,6 @@ function compareTables(baseTables, currentTables) {
|
||||
for (const [accessor, table] of currentTables) {
|
||||
if (!baseTables.has(accessor)) {
|
||||
schemaChanged = true;
|
||||
failures.push(
|
||||
`${table.path}:${table.line}: 新增 SpacetimeDB 表 ${accessor}。请同步 migration.rs、表目录和生成绑定。`,
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user