long2ice
|
63e8d06157
|
remove aiomysql
|
2021-12-08 14:43:33 +08:00 |
|
long2ice
|
fac00d45cc
|
Remove pydantic dependency. (#198)
|
2021-10-04 23:05:20 +08:00 |
|
long2ice
|
24c1f4cb7d
|
Change default config file from aerich.ini to pyproject.toml . (#197)
|
2021-09-27 11:05:20 +08:00 |
|
long2ice
|
699b0321a4
|
Support indexes change. (#193)
|
2021-08-31 17:36:25 +08:00 |
|
long2ice
|
1e5a83c281
|
update deps
|
2021-07-26 17:44:18 +08:00 |
|
long2ice
|
2da794d823
|
Fix db_constraint when fk changed. (#179)
|
2021-07-22 14:37:49 +08:00 |
|
long2ice
|
9bf2de0b9a
|
Fix incorrect index creation order. (#151)
|
2021-06-01 17:09:45 +08:00 |
|
dependabot[bot]
|
a253aa96cb
|
Bump pydantic from 1.8.1 to 1.8.2
Bumps [pydantic](https://github.com/samuelcolvin/pydantic) from 1.8.1 to 1.8.2.
- [Release notes](https://github.com/samuelcolvin/pydantic/releases)
- [Changelog](https://github.com/samuelcolvin/pydantic/blob/master/HISTORY.md)
- [Commits](https://github.com/samuelcolvin/pydantic/compare/v1.8.1...v1.8.2)
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-05-13 20:51:51 +00:00 |
|
long2ice
|
15a6e874dd
|
update deps
|
2021-05-03 14:23:27 +08:00 |
|
long2ice
|
19a5dcbf3f
|
update deps
|
2021-04-26 21:01:40 +08:00 |
|
long2ice
|
44fd2fe6ae
|
Fix default function when migrate. (#147)
|
2021-04-05 14:10:42 +08:00 |
|
long2ice
|
364735f804
|
Fix rename field on the field add. (#134)
|
2021-03-21 20:43:05 +08:00 |
|
long2ice
|
505d361597
|
Fix drop model in the downgrade. (#132)
|
2021-03-18 23:40:13 +08:00 |
|
long2ice
|
84d1f78019
|
update workflow name and add cryptography
|
2021-03-13 16:43:22 +08:00 |
|
long2ice
|
8fb07a6c9e
|
update deps
|
2021-03-13 16:40:27 +08:00 |
|
long2ice
|
54da8b22af
|
update aiomysql to asyncmy
|
2021-03-13 16:37:45 +08:00 |
|
long2ice
|
52151270e0
|
Fix bug for field change. (#119)
|
2021-03-03 20:36:54 +08:00 |
|
long2ice
|
be41a1332a
|
update tortoise-orm version
|
2021-02-04 20:53:04 +08:00 |
|
long2ice
|
abfa60133f
|
Fix drop table
|
2021-02-04 14:23:46 +08:00 |
|
long2ice
|
048e428eac
|
update tortoise-orm
|
2021-02-03 22:52:01 +08:00 |
|
long2ice
|
38a3df9b5a
|
add support m2m
|
2021-02-03 22:22:22 +08:00 |
|
long2ice
|
01e3de9522
|
basically completed
|
2021-02-03 15:43:04 +08:00 |
|
long2ice
|
c6c398fdf0
|
update
|
2021-02-02 22:52:50 +08:00 |
|
long2ice
|
c60bdd290e
|
add fk and drop fk
|
2021-02-02 20:35:05 +08:00 |
|
long2ice
|
f443dc68db
|
WIP
|
2021-02-01 16:54:35 +08:00 |
|
long2ice
|
36f84702b7
|
update
|
2021-02-01 14:00:12 +08:00 |
|
long2ice
|
4780b90c1c
|
add close_connections to fix stuck
|
2021-01-29 22:58:12 +08:00 |
|
long2ice
|
55a6d4bbc7
|
add InspectDb and show_create_tables
|
2020-12-24 23:32:58 +08:00 |
|
long2ice
|
840cd71e44
|
Replace migrations separator to sql standard comment
|
2020-12-23 23:30:35 +08:00 |
|
long2ice
|
0bbc471e00
|
Fix sqlite stuck. (#90)
|
2020-11-26 23:38:57 +08:00 |
|
long2ice
|
499c4e1c02
|
Fix black
|
2020-11-17 10:50:57 +08:00 |
|
long2ice
|
1463ee30bc
|
update deps
|
2020-11-17 10:43:27 +08:00 |
|
long2ice
|
b21b954d32
|
Use .sql instead of .json to store version file. (#79)
|
2020-11-16 22:25:01 +08:00 |
|
long2ice
|
f5588a35c5
|
update deps
|
2020-11-12 21:27:58 +08:00 |
|
long2ice
|
f5dff84476
|
Fix encoding error. (#75)
|
2020-11-08 23:00:44 +08:00 |
|
long2ice
|
e399821116
|
update deps
|
2020-11-05 17:43:41 +08:00 |
|
long2ice
|
648f25a951
|
Compatible with models file in directory. (#70)
|
2020-10-30 19:51:46 +08:00 |
|
long2ice
|
724379700e
|
Support multiple databases. (#68)
|
2020-10-28 17:02:02 +08:00 |
|
long2ice
|
bb929f2b55
|
update deps
|
2020-10-25 17:48:05 +08:00 |
|
long2ice
|
8cace21fde
|
refactoring migrate logic
|
2020-10-09 00:05:22 +08:00 |
|
long2ice
|
48c5318737
|
remove asyncclick
|
2020-09-25 18:27:08 +08:00 |
|
long2ice
|
141d7205bf
|
Add Rename support
|
2020-09-25 17:48:32 +08:00 |
|
long2ice
|
d6c8941676
|
update CHANGELOG.rst
|
2020-08-07 18:12:40 +08:00 |
|
long2ice
|
17ab0a1421
|
fix version sort and add test
|
2020-07-29 10:21:43 +08:00 |
|
long2ice
|
2fcb2626fd
|
Fix postgres drop fk
|
2020-07-20 10:20:08 +08:00 |
|
long2ice
|
87a17d443c
|
update py version 3.7
|
2020-07-13 20:32:14 +08:00 |
|
long2ice
|
77e9d7bc91
|
update deps
|
2020-07-06 00:10:07 +08:00 |
|
long2ice
|
25674bc73a
|
update Makefile
|
2020-06-22 12:55:26 +08:00 |
|
long2ice
|
2a0435dea9
|
update github actions
|
2020-06-02 22:14:44 +08:00 |
|
long2ice
|
e87f67f1e1
|
update github actions
update github actions
update github actions
update github actions
update github actions
update github actions
update github actions
update github actions
update github actions
update github actions
update github actions
|
2020-06-02 22:02:46 +08:00 |
|