.. |
0a89c670fc7a_.py
|
remove unique constraint on user on deleted_alias table
|
2019-12-15 18:55:15 +02:00 |
0b28518684ae_.py
|
remove stripe columns in User model
|
2019-12-15 18:55:16 +02:00 |
0c7f1a48aac9_.py
|
remove users.can_use_custom_domain flag
|
2019-12-15 21:52:24 +02:00 |
1b7d161d1012_.py
|
remove User.is_developer column
|
2019-12-15 18:55:10 +02:00 |
2d2fc3e826af_.py
|
add ForwardEmail.website_from field
|
2019-12-15 18:55:17 +02:00 |
2e2b53afd819_.py
|
remove partner table
|
2019-12-15 18:55:14 +02:00 |
2fe19381f386_.py
|
create BaseForm to enable CSRF
|
2019-07-02 10:20:12 +03:00 |
3a87573bf8a8_.py
|
remove user.can_use_api_key
|
2019-12-15 18:55:16 +02:00 |
3cd10cfce8c3_.py
|
create BaseForm to enable CSRF
|
2019-07-02 10:20:12 +03:00 |
3ebfbaeb76c0_.py
|
add EmailChange model
|
2019-12-15 18:55:15 +02:00 |
4a640c170d02_.py
|
fix migration
|
2019-12-15 18:55:13 +02:00 |
4fac8c8a704c_.py
|
add expired column to AuthCode and OAuthToken
|
2019-12-15 18:55:12 +02:00 |
5e549314e1e2_.py
|
create BaseForm to enable CSRF
|
2019-07-02 10:20:12 +03:00 |
5e868298fee7_.py
|
add gen_email.custom_domain_id foreign key
|
2019-12-15 18:55:16 +02:00 |
5fa68bafae72_.py
|
add forward_email table
|
2019-12-15 18:55:13 +02:00 |
6bbda4685999_.py
|
add ForwardEmailLog model
|
2019-12-15 18:55:14 +02:00 |
9e1b06b9df13_.py
|
add custom_domain.dkim_verified column
|
2019-12-25 17:23:04 +00:00 |
18e934d58f55_.py
|
remove GenEmail.custom column
|
2019-12-22 16:32:55 +00:00 |
83f4dbe125c4_.py
|
remove user.trial_expiration
|
2019-12-15 18:55:16 +02:00 |
213fcca48483_.py
|
create BaseForm to enable CSRF
|
2019-07-02 10:20:12 +03:00 |
507afb2632cc_.py
|
add response_type to AuthCode and OauthToken model
|
2019-12-15 18:55:11 +02:00 |
551c4e6d4a8b_.py
|
fix migration: drop client_scope first
|
2019-12-15 18:55:08 +02:00 |
590d89f981c0_.py
|
create BaseForm to enable CSRF
|
2019-07-02 10:20:12 +03:00 |
2019_122910_696e17c13b8b_.py
|
fix migration
|
2019-12-29 10:46:00 +01:00 |
2019_122910_e409f6214b2b_.py
|
fix migration
|
2019-12-29 10:30:25 +01:00 |
2019_123000_a8b996f0be40_.py
|
update migration file
|
2019-12-30 00:35:06 +01:00 |
2019_123018_01f808f15b2e_.py
|
add gen_email.automatic_creation column
|
2019-12-30 18:48:07 +01:00 |
2019_123018_10ad2dbaeccf_.py
|
Fix migration
|
2019-12-30 22:27:45 +01:00 |
2020_010120_d29cca963221_.py
|
Add LifetimeCoupon model and User.lifetime column
|
2020-01-01 20:02:30 +01:00 |
2020_010821_ba6f13ccbabb_.py
|
Add Directory model and add directory_id column to GenEmail
|
2020-01-08 21:23:41 +01:00 |
2020_013010_7c39ba4ec38d_.py
|
add User.trial_end column
|
2020-01-30 10:10:28 +07:00 |
2020_020313_9c976df9b9c4_.py
|
add Job model
|
2020-02-03 13:09:48 +07:00 |
2020_020515_b9f849432543_.py
|
add GenEmail.note column
|
2020-02-05 15:45:29 +07:00 |
2020_021023_6664d75ce3d4_.py
|
Add Mailbox model, GenEmail.mailbox_id column
|
2020-02-10 23:11:09 +07:00 |
2020_021122_3c9542fc54e9_.py
|
add User.can_use_multiple_mailbox column
|
2020-02-11 22:42:51 +07:00 |
2020_022212_3fa3a648c8e7_.py
|
Add necessary migration
|
2020-02-22 20:57:39 +07:00 |
0256244cd7c8_.py
|
create BaseForm to enable CSRF
|
2019-07-02 10:20:12 +03:00 |
a8d8aa307b8b_.py
|
add CustomDomain model
|
2019-12-15 18:55:16 +02:00 |
b20ee72fd9a4_.py
|
create BaseForm to enable CSRF
|
2019-07-02 10:20:12 +03:00 |
c6e7fc37ad42_.py
|
add ClientUser.name,default_avatar, GenEmail.custom column
|
2019-12-15 18:55:10 +02:00 |
c79c702a1f23_.py
|
add missing migration
|
2019-12-15 18:55:12 +02:00 |
d4e4488a0032_.py
|
add User.otp_secret, enable_otp column
|
2019-12-27 16:53:07 +00:00 |
d03e433dc248_.py
|
create BaseForm to enable CSRF
|
2019-07-02 10:20:12 +03:00 |
d68a2d971b70_.py
|
add DeletedAlias model
|
2019-12-15 18:55:15 +02:00 |
e505cb517589_.py
|
create AliasUsedOn and ApiKey model
|
2019-12-15 18:55:16 +02:00 |
e83298198ca5_.py
|
fix migration
|
2019-12-15 18:55:16 +02:00 |
f234688f5ebd_.py
|
create BaseForm to enable CSRF
|
2019-07-02 10:20:12 +03:00 |