Skip to content

Releases: nonebot/plugin-orm

🔖 Release 0.7.1

25 Feb 07:06
00f0f0b

Choose a tag to compare

🔖 Release 0.7.0

20 Feb 19:21
f53e802

Choose a tag to compare

此次要版本是最后一个支持 Python 3.8 的版本

What's Changed

Full Changelog: v0.6.4...v0.7.0

🔖 Release 0.6.4

17 Feb 13:35
9d2b64e

Choose a tag to compare

🔖 Release 0.6.3

18 Jan 08:36
ef116c4

Choose a tag to compare

What's Changed

Full Changelog: v0.6.2...v0.6.3

🔖 Release 0.6.2

06 Dec 09:50
930ef40

Choose a tag to compare

🔖 Release 0.6.1

06 Dec 08:01
7577996

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.0...v0.6.1

🔖 Release 0.6.0

17 Nov 20:53
9b2c561

Choose a tag to compare

Notable Changes

  .
- ├── ff14_fflogs
- │   ├── b67acef6a240_migrate_data.py
- │   └── c3c52d7c9d07_init_db.py
- ├── hello
- │   ├── 5fc001a169eb_migrate_data.py
- │   └── e2f882d2c91d_init_db.py
- ├── morning_greeting
- │   ├── 3d228011e96b_migrate_data.py
- │   └── 65a94a4a643b_init_db.py
+ ├── ff14
+ │   └── ff14_fflogs
+ │       ├── b67acef6a240_migrate_data.py
+ │       └── c3c52d7c9d07_init_db.py
+ ├── morning
+ │   ├── hello
+ │   │   ├── 5fc001a169eb_migrate_data.py
+ │   │   └── e2f882d2c91d_init_db.py
+ │   └── morning_greeting
+ │       ├── 3d228011e96b_migrate_data.py
+ │       └── 65a94a4a643b_init_db.py

请参照示例手动更改已有的集中式脚本目录结构.

注意:
ORM 内部使用的目录 $LOCALSTORE_DATA_DIR/nonebot-plugin-orm/migrations/ 也是集中式脚本目录, 如果你在升级后第一次使用时出现类似这样的异常: alembic.script.revision.RevisionError: Branch name 'morning_greeting' in revision 65a94a4a643b already used by revision 65a94a4a643b, 请尝试删除此目录.

What's Changed

Full Changelog: v0.5.1...v0.6.0

🔖 Release 0.5.1

15 Nov 14:56
a10f1a2

Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.5.1

🔖 Release 0.5.0

06 Nov 10:29
872f625

Choose a tag to compare

🔖 Release 0.4.1

30 Oct 20:59
7593976

Choose a tag to compare