Revert commits 5170c0a..4e8e8b8

This reverts 3 commit(s) from 5170c0a to 4e8e8b8.

Reverted commits:
4e8e8b8 feat: 拉取最新仓库代码
307528b feat: 拉取最新仓库代码
5170c0a feat: 拉取最新仓库代码

Co-authored-by: traeagent <traeagent@users.noreply.github.com>
This commit is contained in:
gituib
2026-05-06 03:27:51 +00:00
co-authored by traeagent
parent 4e8e8b898b
commit 9c0fd0b3ff
5 changed files with 35 additions and 47 deletions
+1 -4
View File
@@ -19,11 +19,8 @@ const Business = sequelize.define(
allowNull: true,
},
status: {
type: DataTypes.STRING,
type: DataTypes.ENUM('active', 'offline'),
defaultValue: 'active',
validate: {
isIn: [['active', 'offline']],
},
},
offlineDate: {
type: DataTypes.DATE,