Waket Zheng
|
ceb1e0ffef
|
Activate type hint check in ci
|
2024-06-06 17:07:09 +08:00 |
|
Waket Zheng
|
7b733495fb
|
fix conflict
|
2024-06-06 16:35:09 +08:00 |
|
long2ice
|
f3b6f8f264
|
Merge pull request #345 from waketzheng/dev
Drop python3.7 support
|
2024-06-06 15:49:31 +08:00 |
|
Waket Zheng
|
e764bb56f7
|
Add new column for unique index remove test
|
2024-06-06 09:07:13 +08:00 |
|
Waket Zheng
|
e971653851
|
fix: mysql drop unique index migrate error
|
2024-06-05 23:37:30 +08:00 |
|
Waket Zheng
|
58d31b3a05
|
fix: make ci error with latest tortoise-orm (#344)
|
2024-06-04 01:44:28 +08:00 |
|
Waket Zheng
|
1addda8178
|
Improve type hints for tests/
|
2024-06-01 20:58:25 +08:00 |
|
long2ice
|
b63fbcc7a4
|
style: fix
|
2024-01-18 09:50:41 +08:00 |
|
ar0ne
|
ad54b5e9dd
|
remove redundant comma for empty migration
|
2023-12-26 23:12:11 +05:30 |
|
ar0ne
|
b1ff2418f5
|
added option to generate empty migration file
|
2023-12-26 22:55:51 +05:30 |
|
long2ice
|
8cf50c58d7
|
test: fix ci
|
2023-01-27 15:17:41 +08:00 |
|
long2ice
|
ab31445fb2
|
fix: test
|
2022-09-26 18:39:48 +08:00 |
|
long2ice
|
28d19a4b7b
|
- Fix syntax error with python3.8.10. (#265)
- Fix sql generate error. (#263)
|
2022-09-26 18:36:57 +08:00 |
|
long2ice
|
75db7cea60
|
fix: test error
|
2022-09-23 10:35:33 +08:00 |
|
long2ice
|
d777c9c278
|
Merge remote-tracking branch 'origin/dev' into dev
# Conflicts:
# aerich/utils.py
# tests/test_utils.py
|
2022-09-23 10:30:46 +08:00 |
|
long2ice
|
e9b76bdd35
|
feat: use .py version files
|
2022-09-23 10:29:48 +08:00 |
|
KDH
|
7b472d7a84
|
Fix testcase
|
2022-09-16 10:08:34 +09:00 |
|
KDH
|
1f0a6dfb50
|
Fix typo
|
2022-09-16 09:58:04 +09:00 |
|
KDH
|
36282f123f
|
Merge branch 'dev' into fix-ddl-format-and-writing-version-file
# Conflicts:
# aerich/utils.py
# tests/test_migrate.py
|
2022-09-16 09:54:51 +09:00 |
|
Yasser Tahiri
|
131d97a3d6
|
Merge branch 'dev' into dev
|
2022-09-15 23:19:59 +01:00 |
|
long2ice
|
d6627906c7
|
test: fix test_migrate
|
2022-06-27 11:36:09 +08:00 |
|
long2ice
|
3c88833154
|
fix: decimal field change (#246)
|
2022-06-27 11:29:47 +08:00 |
|
Isaque Alves
|
db33059ec9
|
Resolve style issue
|
2022-06-20 15:42:21 -03:00 |
|
Isaque Alves
|
44b96058f8
|
fix(tests/test_migrate.py): Resolve issue with broken tests
|
2022-06-17 12:36:04 -03:00 |
|
Isaque Alves
|
abff753b6a
|
refactor: Improve postgresql migrate operators tests
|
2022-06-17 09:45:02 -03:00 |
|
Yasser Tahiri
|
40c7ef7fd6
|
Merge repeated if statements into single if
|
2021-10-21 15:43:18 +01:00 |
|
KDH
|
7a826df43f
|
Fix duplicated semicolon in table creation DDL
|
2021-10-12 11:24:37 +09:00 |
|
KDH
|
b1b9cc1454
|
Fix M2M table template
|
2021-10-12 11:23:29 +09:00 |
|
long2ice
|
01787558d6
|
Fix test
|
2021-08-31 17:41:13 +08:00 |
|
long2ice
|
699b0321a4
|
Support indexes change. (#193)
|
2021-08-31 17:36:25 +08:00 |
|
Vovetta
|
aa9f40ae27
|
Fix: migrate doesn't use source_field in unique_together
|
2021-08-03 10:36:06 -07:00 |
|
long2ice
|
064d7ff675
|
Fix ci
|
2021-07-22 15:32:07 +08:00 |
|
long2ice
|
7bcf9b2fed
|
Support drop column for sqlite. (#40)
|
2021-07-03 13:51:01 +08:00 |
|
long2ice
|
922e3eef16
|
Fix CI
|
2021-04-05 17:11:28 +08:00 |
|
long2ice
|
b147859960
|
Fix default function when migrate
|
2021-04-04 05:46:34 +00:00 |
|
long2ice
|
fa85e05d1d
|
Fix postgre alter null. (#142)
|
2021-03-28 16:22:49 +08:00 |
|
long2ice
|
3f52ac348b
|
Support rename table . (#139)
|
2021-03-25 21:21:49 +08:00 |
|
long2ice
|
44d520cc82
|
Fix postgres field type change error. (#135)
|
2021-03-21 21:18:08 +08:00 |
|
long2ice
|
505d361597
|
Fix drop model in the downgrade. (#132)
|
2021-03-18 23:40:13 +08:00 |
|
long2ice
|
52151270e0
|
Fix bug for field change. (#119)
|
2021-03-03 20:36:54 +08:00 |
|
long2ice
|
09661c1d46
|
Fix unique_together
|
2021-02-04 14:39:07 +08:00 |
|
long2ice
|
abfa60133f
|
Fix drop table
|
2021-02-04 14:23:46 +08:00 |
|
long2ice
|
38a3df9b5a
|
add support m2m
|
2021-02-03 22:22:22 +08:00 |
|
long2ice
|
f1f0074255
|
Support rename field
|
2021-02-03 17:56:30 +08:00 |
|
long2ice
|
e3a14a2f60
|
Fix postgres index
|
2021-02-03 16:34:07 +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 |
|