.. |
2015_02_24_000000_create_access_tokens_table.php
|
Apply fixes from StyleCI
|
2016-11-29 05:03:53 +00:00 |
2015_02_24_000000_create_api_keys_table.php
|
Apply fixes from StyleCI
|
2016-11-29 05:03:53 +00:00 |
2015_02_24_000000_create_config_table.php
|
Apply fixes from StyleCI
|
2016-11-29 05:03:53 +00:00 |
2015_02_24_000000_create_discussions_table.php
|
Apply fixes from StyleCI
|
2016-11-29 05:03:53 +00:00 |
2015_02_24_000000_create_email_tokens_table.php
|
Apply fixes from StyleCI
|
2016-11-29 05:03:53 +00:00 |
2015_02_24_000000_create_groups_table.php
|
Apply fixes from StyleCI
|
2016-11-29 05:03:53 +00:00 |
2015_02_24_000000_create_notifications_table.php
|
Apply fixes from StyleCI
|
2016-11-29 05:03:53 +00:00 |
2015_02_24_000000_create_password_tokens_table.php
|
Apply fixes from StyleCI
|
2016-11-29 05:03:53 +00:00 |
2015_02_24_000000_create_permissions_table.php
|
Apply fixes from StyleCI
|
2016-11-29 05:03:53 +00:00 |
2015_02_24_000000_create_posts_table.php
|
Improve search performance (#1339)
|
2018-02-08 06:38:08 +10:30 |
2015_02_24_000000_create_users_discussions_table.php
|
Apply fixes from StyleCI
|
2016-11-29 05:03:53 +00:00 |
2015_02_24_000000_create_users_groups_table.php
|
Apply fixes from StyleCI
|
2016-11-29 05:03:53 +00:00 |
2015_02_24_000000_create_users_table.php
|
Apply fixes from StyleCI
|
2016-11-29 05:03:53 +00:00 |
2015_09_15_000000_create_auth_tokens_table.php
|
Apply fixes from StyleCI
|
2016-11-29 05:03:53 +00:00 |
2015_09_20_224327_add_hide_to_discussions.php
|
Apply fixes from StyleCI
|
2016-11-29 05:03:53 +00:00 |
2015_09_22_030432_rename_notification_read_time.php
|
Apply fixes from StyleCI
|
2016-11-29 05:03:53 +00:00 |
2015_10_07_130531_rename_config_to_settings.php
|
Apply fixes from StyleCI
|
2016-11-29 05:03:53 +00:00 |
2015_10_24_194000_add_ip_address_to_posts.php
|
Apply fixes from StyleCI
|
2016-11-29 05:03:53 +00:00 |
2015_12_05_042721_change_access_tokens_columns.php
|
Apply fixes from StyleCI
|
2016-11-29 05:03:53 +00:00 |
2015_12_17_194247_change_settings_value_column_to_text.php
|
Apply fixes from StyleCI
|
2016-11-29 05:03:53 +00:00 |
2016_02_04_095452_add_slug_to_discussions.php
|
Fix more incompatibilities with Laravel 5.5
|
2017-12-20 00:20:23 +01:00 |
2017_04_07_114138_add_is_private_to_discussions.php
|
making posts and discussions private (#1153)
|
2017-05-27 14:19:15 +09:30 |
2017_04_07_114138_add_is_private_to_posts.php
|
making posts and discussions private (#1153)
|
2017-05-27 14:19:15 +09:30 |
2017_04_09_152230_change_posts_content_column_to_mediumtext.php
|
Change content column from TEXT to MEDIUMTEXT
|
2017-04-09 16:12:34 -04:00 |
2018_01_11_093900_change_access_tokens_b8_columns.php
|
restarted the branch using the already created migrations
|
2018-04-17 11:41:55 +02:00 |
2018_01_11_094800_change_access_tokens_make_activity_at_column_datetime.php
|
restarted the branch using the already created migrations
|
2018-04-17 11:41:55 +02:00 |
2018_01_11_094900_change_api_keys_rename_id_to_key.php
|
restarted the branch using the already created migrations
|
2018-04-17 11:41:55 +02:00 |
2018_01_11_095000_change_api_keys_b8_columns.php
|
restarted the branch using the already created migrations
|
2018-04-17 11:41:55 +02:00 |
2018_01_11_101800_rename_auth_tokens_to_registration_tokens.php
|
restarted the branch using the already created migrations
|
2018-04-17 11:41:55 +02:00 |
2018_01_11_102000_change_registration_tokens_rename_id_to_token.php
|
restarted the branch using the already created migrations
|
2018-04-17 11:41:55 +02:00 |
2018_01_11_120604_change_posts_table_to_innodb.php
|
Improve search performance (#1339)
|
2018-02-08 06:38:08 +10:30 |
2018_01_11_155200_change_discussions_b8_columns.php
|
restarted the branch using the already created migrations
|
2018-04-17 11:41:55 +02:00 |
2018_01_15_071700_change_user_discussions_discussions_users.php
|
fixed some migration names and used helper where appropriate
|
2018-06-27 21:33:53 +02:00 |
2018_01_15_071800_change_discussions_users_b8_columns.php
|
restarted the branch using the already created migrations
|
2018-04-17 11:41:55 +02:00 |
2018_01_15_072600_change_email_tokens_rename_id_to_token.php
|
Apply fixes from StyleCI
|
2018-06-27 19:34:07 +00:00 |
2018_01_18_130400_rename_permissions_to_groups_permissions.php
|
fixed some migration names and used helper where appropriate
|
2018-06-27 21:33:53 +02:00 |
2018_01_18_130400_rename_users_groups_to_group_user.php
|
reset the relation table naming from groups_users to adhere to laravel convention group_user
|
2018-07-09 11:53:59 +02:00 |
2018_01_18_132900_create_notifications_from_table.php
|
split up the migration to create and seed notifications_from
|
2018-07-19 09:22:34 +02:00 |
2018_01_18_132901_seed_notifications_from_table.php
|
split up the migration to create and seed notifications_from
|
2018-07-19 09:22:34 +02:00 |
2018_01_18_133000_change_notifications_b8_columns.php
|
restarted the branch using the already created migrations
|
2018-04-17 11:41:55 +02:00 |
2018_01_18_134400_change_password_tokens_rename_id_to_token.php
|
fixed some migration names and used helper where appropriate
|
2018-06-27 21:33:53 +02:00 |
2018_01_18_135000_change_posts_b8_columns.php
|
restarted the branch using the already created migrations
|
2018-04-17 11:41:55 +02:00 |
2018_01_30_112238_add_fulltext_index_to_discussions_title.php
|
Improve search performance (#1339)
|
2018-02-08 06:38:08 +10:30 |
2018_01_30_220100_create_posts_users_table.php
|
restarted the branch using the already created migrations
|
2018-04-17 11:41:55 +02:00 |
2018_01_30_222900_change_users_b8_columns.php
|
not dropping bio due to not having a replacement
|
2018-06-27 21:09:32 +02:00 |
2018_01_30_223700_create_users_users_table.php
|
restarted the branch using the already created migrations
|
2018-04-17 11:41:55 +02:00 |