1- # Generated by Django 3.1.4 on 2020-12-04 13:07
1+ # Generated by Django 3.1.7 on 2021-04-02 05:53
22
33from django .db import migrations , models
44
@@ -22,15 +22,15 @@ class Migration(migrations.Migration):
2222 verbose_name = "ID" ,
2323 ),
2424 ),
25- ("client_id" , models .TextField ( )),
26- ("app_id" , models .TextField ( )),
27- ("enterprise_id" , models .TextField ( null = True )),
25+ ("client_id" , models .CharField ( max_length = 32 )),
26+ ("app_id" , models .CharField ( max_length = 32 )),
27+ ("enterprise_id" , models .CharField ( max_length = 32 , null = True )),
2828 ("enterprise_name" , models .TextField (null = True )),
29- ("team_id" , models .TextField ( null = True )),
29+ ("team_id" , models .CharField ( max_length = 32 , null = True )),
3030 ("team_name" , models .TextField (null = True )),
3131 ("bot_token" , models .TextField (null = True )),
32- ("bot_id" , models .TextField ( null = True )),
33- ("bot_user_id" , models .TextField ( null = True )),
32+ ("bot_id" , models .CharField ( max_length = 32 , null = True )),
33+ ("bot_user_id" , models .CharField ( max_length = 32 , null = True )),
3434 ("bot_scopes" , models .TextField (null = True )),
3535 ("is_enterprise_install" , models .BooleanField (null = True )),
3636 ("installed_at" , models .DateTimeField ()),
@@ -48,26 +48,26 @@ class Migration(migrations.Migration):
4848 verbose_name = "ID" ,
4949 ),
5050 ),
51- ("client_id" , models .TextField ( )),
52- ("app_id" , models .TextField ( )),
53- ("enterprise_id" , models .TextField ( null = True )),
51+ ("client_id" , models .CharField ( max_length = 32 )),
52+ ("app_id" , models .CharField ( max_length = 32 )),
53+ ("enterprise_id" , models .CharField ( max_length = 32 , null = True )),
5454 ("enterprise_name" , models .TextField (null = True )),
5555 ("enterprise_url" , models .TextField (null = True )),
56- ("team_id" , models .TextField ( null = True )),
56+ ("team_id" , models .CharField ( max_length = 32 , null = True )),
5757 ("team_name" , models .TextField (null = True )),
5858 ("bot_token" , models .TextField (null = True )),
59- ("bot_id" , models .TextField ( null = True )),
59+ ("bot_id" , models .CharField ( max_length = 32 , null = True )),
6060 ("bot_user_id" , models .TextField (null = True )),
6161 ("bot_scopes" , models .TextField (null = True )),
62- ("user_id" , models .TextField ( )),
62+ ("user_id" , models .CharField ( max_length = 32 )),
6363 ("user_token" , models .TextField (null = True )),
6464 ("user_scopes" , models .TextField (null = True )),
6565 ("incoming_webhook_url" , models .TextField (null = True )),
6666 ("incoming_webhook_channel" , models .TextField (null = True )),
6767 ("incoming_webhook_channel_id" , models .TextField (null = True )),
6868 ("incoming_webhook_configuration_url" , models .TextField (null = True )),
6969 ("is_enterprise_install" , models .BooleanField (null = True )),
70- ("token_type" , models .TextField ( null = True )),
70+ ("token_type" , models .CharField ( max_length = 32 , null = True )),
7171 ("installed_at" , models .DateTimeField ()),
7272 ],
7373 ),
@@ -83,7 +83,7 @@ class Migration(migrations.Migration):
8383 verbose_name = "ID" ,
8484 ),
8585 ),
86- ("state" , models .TextField ( )),
86+ ("state" , models .CharField ( max_length = 64 )),
8787 ("expire_at" , models .DateTimeField ()),
8888 ],
8989 ),
@@ -97,14 +97,14 @@ class Migration(migrations.Migration):
9797 "user_id" ,
9898 "installed_at" ,
9999 ],
100- name = "bolt_slacki_client__62c411_idx " ,
100+ name = "slackapp_sl_client__9b0d3f_idx " ,
101101 ),
102102 ),
103103 migrations .AddIndex (
104104 model_name = "slackbot" ,
105105 index = models .Index (
106106 fields = ["client_id" , "enterprise_id" , "team_id" , "installed_at" ],
107- name = "bolt_slackb_client__be066b_idx " ,
107+ name = "slackapp_sl_client__d220d6_idx " ,
108108 ),
109109 ),
110110 ]
0 commit comments