mirror of
https://github.com/rbreu/beeref.git
synced 2026-03-11 08:54:28 +00:00
Update schema.py
This commit is contained in:
parent
b9ac86c69c
commit
dd177204ae
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
USER_VERSION = 2 # 数据库版本号,用于控制数据库迁移(当结构变更时递增版本号)
|
||||
APPLICATION_ID = 2060242126
|
||||
APPLICATION_ID = 2060242126 # 应用标识ID,通常用于区分不同应用的数据库(避免冲突)
|
||||
|
||||
|
||||
SCHEMA = [
|
||||
|
|
|
|||
Loading…
Reference in a new issue