Bogdan
|
e199e03b53
|
added -i param
|
2023-05-03 19:48:54 +04:00 |
|
Bogdan
|
241b30a710
|
add in-transaction for upgrade
|
2023-04-03 20:55:12 +04:00 |
|
long2ice
|
1c9b65cc37
|
fix: modify multiple times. (#279)
|
2023-01-27 13:49:07 +08:00 |
|
marshall
|
7b6545d4e1
|
Fix #280 by removing trailing semicolon
|
2022-12-20 04:28:40 +08:00 |
|
long2ice
|
52b50a2161
|
feat: support virtual fields
|
2022-11-18 23:23:04 +08:00 |
|
Konstantin Mikhailov
|
d7ecd97e88
|
Close connections in the init_db wrapper
|
2022-09-29 08:09:59 +10:00 |
|
long2ice
|
20aebc4413
|
chore: update version
|
2022-09-27 22:44:12 +08:00 |
|
long2ice
|
f8e1f9ff44
|
fix: initialize an empty database. (#267)
|
2022-09-27 22:42:54 +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
|
9da99824fe
|
fix: postgres sql error (#263)
|
2022-09-23 23:33:49 +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
|
bef45941f2
|
Fix testcase
|
2022-09-16 10:26:21 +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 |
|
KDH
|
3cd4e24050
|
Merge branch 'dev' into fix-ddl-format-and-writing-version-file
|
2022-09-16 09:43:57 +09:00 |
|
Yasser Tahiri
|
131d97a3d6
|
Merge branch 'dev' into dev
|
2022-09-15 23:19:59 +01:00 |
|
Yasser Tahiri
|
1a0371e977
|
Update aerich/utils.py
Co-authored-by: KDH <ehdgua01@naver.com>
|
2022-09-15 23:19:18 +01:00 |
|
Waket Zheng
|
7a109f3c79
|
refactor: use pathlib to read and write text
|
2022-09-12 00:57:46 +08:00 |
|
Jinlong Peng
|
8c2ecbaef1
|
feat: support add/remove field with index
|
2022-08-26 18:04:20 +08:00 |
|
long2ice
|
b141363c51
|
Merge pull request #242 from ssilaev/dev
Hotfix for cli group function in v0.6.3
|
2022-07-22 08:39:02 +08:00 |
|
long2ice
|
3c88833154
|
fix: decimal field change (#246)
|
2022-06-27 11:29:47 +08:00 |
|
Isaque Alves
|
4c35c44bd2
|
feat: Add support for dynamically load DDL classes
Adopt a strategy of loading classes based on their names, allowing to
easily add new database support without changing Migrate class logic
|
2022-06-22 09:16:11 -03:00 |
|
Isaque Alves
|
dcd8441a05
|
fix: add space following python style guide"
|
2022-06-17 02:03:41 -03:00 |
|
Isaque Alves
|
d7b1c07d13
|
fix: Add comma to separate value in join
|
2022-06-17 01:51:47 -03:00 |
|
Isaque Alves
|
1ac16188fc
|
refactor: Improve db inspection
- Add support to postgresql numeric type.
- Improve field configuration handling for numeric and decimal types
|
2022-06-17 01:38:39 -03:00 |
|
long2ice
|
4abc464ce0
|
feat: add is_flag to init-db
|
2022-05-24 11:20:12 +08:00 |
|
Sergey Silaev
|
d4430cec0d
|
Hotfix for cli group function in v0.6.3
|
2022-05-10 01:20:11 +04:00 |
|
long2ice
|
0b01fa38d8
|
feat: add index inspect
|
2022-04-05 19:38:08 +08:00 |
|
long2ice
|
801dde15be
|
feat: inspectdb support sqlite
|
2022-04-01 20:30:36 +08:00 |
|
long2ice
|
75480e2041
|
Merge remote-tracking branch 'origin/dev' into dev
|
2022-04-01 19:57:03 +08:00 |
|
long2ice
|
45129cef9f
|
feat: improve inspectdb and support postgres
|
2022-04-01 19:56:48 +08:00 |
|
Sergey Silaev
|
0e71bc16ae
|
Increase max length of app column
|
2022-02-08 22:14:55 +03:00 |
|
long2ice
|
f15cbaf9e0
|
Support migration for specified index. (#203)
|
2021-12-29 21:36:23 +08:00 |
|
long2ice
|
c60c1610f0
|
Fix pyproject.toml not existing error. (#217)
|
2021-12-12 22:11:51 +08:00 |
|
long2ice
|
8b5cf6faa0
|
inspectdb support DATE . (#215)
|
2021-12-08 14:33:27 +08: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
|
6f7893d376
|
Fix section name
|
2021-09-28 15:07:10 +08:00 |
|
long2ice
|
b1521c4cc7
|
update version
|
2021-09-27 19:55:38 +08:00 |
|
long2ice
|
24c1f4cb7d
|
Change default config file from aerich.ini to pyproject.toml . (#197)
|
2021-09-27 11:05:20 +08:00 |
|
long2ice
|
661f241dac
|
Compatible with old version in indexes
|
2021-08-31 17:53:17 +08:00 |
|
long2ice
|
699b0321a4
|
Support indexes change. (#193)
|
2021-08-31 17:36:25 +08:00 |
|
long2ice
|
af63221875
|
Fix no module found error. (#188) (#189)
|
2021-08-16 11:14:43 +08:00 |
|
long2ice
|
359525716c
|
update README.md
|
2021-08-12 15:42:54 +08:00 |
|
Vovetta
|
d8abf79449
|
Updated changelog and version
|
2021-08-03 10:38:31 -07:00 |
|
Vovetta
|
aa9f40ae27
|
Fix: migrate doesn't use source_field in unique_together
|
2021-08-03 10:36:06 -07:00 |
|
long2ice
|
79b7ae343a
|
update README.md
|
2021-08-03 16:25:06 +08:00 |
|
long2ice
|
6f5a9ab78c
|
Add Command class. (#148) (#141) (#123) (#106)
|
2021-08-03 16:18:07 +08:00 |
|
long2ice
|
58f66b91cf
|
Fix redundant semicolons
|
2021-07-23 17:07:10 +08:00 |
|