This website requires JavaScript.
Explore
Help
Register
Sign In
v6ole
/
GX-gp-notify
Watch
1
Star
0
Fork
0
You've already forked GX-gp-notify
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
39
Commits
1
Branch
0
Tags
6fbdf097b3de8584812cf77919b9a1916e29bc19
Commit Graph
2 Commits
Author
SHA1
Message
Date
v6ole
5cd2c5951b
fix: 修复迁移中 is_sent 列缺少 server_default 导致 NOT NULL 约束失败
...
添加 server_default=sa.false() 确保已有数据行能正确设置默认值。 同时迁移旧表数据到 announcements 表后再删除旧表,避免数据丢失。
2026-05-09 15:36:42 +08:00
v6ole
a994dc5f53
feat: 添加 SQLAlchemy 模型 + Alembic 数据库迁移
2026-05-09 13:35:08 +08:00