long2ice
2da794d823
Fix db_constraint
when fk changed. ( #179 )
2021-07-22 14:37:49 +08:00
long2ice
77005f3793
Fix MySQL 5.X rename column.
2021-07-09 10:53:13 +08:00
Yusuke Sakai
3989b7c674
Update version and changelog
2021-07-08 18:01:59 +09:00
Yusuke Sakai
694b05356f
Add default src_folder cofig value
2021-07-08 17:35:44 +09:00
long2ice
7bcf9b2fed
Support drop column
for sqlite. ( #40 )
2021-07-03 13:51:01 +08:00
-
62840136be
used old black version
2021-06-11 15:36:54 +02:00
-
185514f711
reformatted with black
2021-06-11 15:18:06 +02:00
-
10b7272ca8
Added an configuration option to specify the path of the source folder.
...
This will make aerich work with various folder structures (e.g. ./src/MyPythonModule)
Additionally this will try to import in init and show the user the error message on failure.
2021-06-10 16:52:03 +02:00
long2ice
0c763c6024
Fix repeat
2021-06-09 13:56:25 +08:00
long2ice
c6371a5c16
Fix repeat
2021-06-09 11:43:32 +08:00
long2ice
1dbf9185b6
Not catch exception when import config. ( #164 )
2021-06-04 17:47:39 +08:00
long2ice
9bf2de0b9a
Fix incorrect index creation order. ( #151 )
2021-06-01 17:09:45 +08:00
long2ice
44fd2fe6ae
Fix default function when migrate. ( #147 )
2021-04-05 14:10:42 +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
f8aa7a8f34
Fix inspectdb for FloatField
. ( #138 )
2021-03-22 14:16:59 +08:00
long2ice
44d520cc82
Fix postgres field type change error. ( #135 )
2021-03-21 21:18:08 +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
52151270e0
Fix bug for field change. ( #119 )
2021-03-03 20:36:54 +08:00
AulonSal
d4ad0e270f
Update version and changelog
2021-02-28 12:13:59 +05:30
AulonSal
e74fc304a5
Don't close db connections when group function \(cli\) is run
2021-02-27 00:43:55 +05:30
AulonSal
14d20455e6
Replace coro logic with tortoise.run_async
2021-02-23 13:06:40 +05:30
AulonSal
90b47c5af7
Close connections even if command raises exception
2021-02-22 07:40:18 +05:30
AulonSal
02fe5a9d31
Close Tortoise connections properly
2021-02-20 13:11:29 +05:30
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
0d94b22b3f
Remove unused functions
2021-02-03 18:06:43 +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
long2ice
b4cc2de0e3
v0.5 refactoring
2021-01-31 23:10:30 +08:00
long2ice
4780b90c1c
add close_connections to fix stuck
2021-01-29 22:58:12 +08:00
long2ice
cd176c1fd6
Merge pull request #111 from lqmanh/bugfixes/fix-tortoise-orm-0.16.19
...
Fix Aerich b/c of a new feature in Tortoise ORM v0.16.19
2021-01-04 14:59:11 +08:00
long2ice
530e7cfce5
Fixed unnecessary import. ( #113 )
2020-12-29 19:12:36 +08:00
Lương Quang Mạnh
47824a100b
Fix Aerich b/c of Tortoise ORM v0.16.19
2020-12-26 10:31:10 +07:00
long2ice
78a15f9f19
Merge pull request #108 from lqmanh/features/make-parent-dirs-as-needed
...
Make parent directories as needed
2020-12-25 22:10:56 +08:00
long2ice
5ae8b9e85f
complete InspectDb
2020-12-25 21:44:26 +08:00
long2ice
55a6d4bbc7
add InspectDb and show_create_tables
2020-12-24 23:32:58 +08:00
long2ice
c5535f16e1
TODO: Add inspectdb
command
2020-12-23 23:38:45 +08:00
long2ice
840cd71e44
Replace migrations separator to sql standard comment
2020-12-23 23:30:35 +08:00
Lương Quang Mạnh
e0d52b1210
Fix make style
2020-12-21 15:36:29 +07:00
Lương Quang Mạnh
4dc45f723a
Make parent directories as needed
2020-12-21 15:13:26 +07:00
long2ice
d2e0a68351
Fix packaging error. ( #92 )
2020-12-02 23:03:15 +08:00