.. |
20181126132402_create_membership_applications.rb
|
Remove empty lines
|
2018-11-29 18:25:12 +05:00 |
20181129131751_create_telegram_bots.rb
|
Remove empty lines
|
2018-11-29 18:25:12 +05:00 |
20181129140421_add_api_token_to_telegram_bots.rb
|
Add attribute TelegramBot#api_token
|
2018-11-29 19:08:23 +05:00 |
20181129141112_require_api_token_of_telegram_bots.rb
|
Require attribute TelegramBot#api_token
|
2018-11-29 19:12:07 +05:00 |
20181129203927_devise_create_users.rb
|
Add model User
|
2018-11-30 01:59:20 +05:00 |
20181129231814_rolify_create_roles.rb
|
Configure Rolify
|
2018-11-30 04:41:06 +05:00 |
20181130010029_create_passports.rb
|
Add model Passport
|
2018-11-30 06:27:18 +05:00 |
20181130024918_create_active_storage_tables.active_storage.rb
|
Migrate ActiveStorage
|
2018-11-30 07:52:47 +05:00 |
20181130040846_change_type_for_issued_by_of_passports.rb
|
Fix code style
|
2018-11-30 09:20:02 +05:00 |
20181130075817_create_passport_confirmations.rb
|
Add model PassportConfirmation
|
2018-11-30 13:13:54 +05:00 |
20181130090126_add_confirmed_to_passports.rb
|
Add attribute Passport#confirmed
|
2018-11-30 14:03:14 +05:00 |
20181130161628_create_states.rb
|
Add model State
|
2018-11-30 21:24:05 +05:00 |
20181130163121_rename_states_to_country_states.rb
|
Rename model State to CountryState
|
2018-11-30 21:32:43 +05:00 |
20181201184444_add_country_state_to_membership_applications.rb
|
Add association MembershipApplication#country_state
|
2018-12-01 23:57:18 +05:00 |
20181202020031_create_accounts.rb
|
Add model Account
|
2018-12-02 07:03:19 +05:00 |
20181202021854_move_from_users_to_accounts.rb
|
Move from users to accounts
|
2018-12-02 07:28:34 +05:00 |
20181202022901_add_account_to_users.rb
|
Add attribute User#account
|
2018-12-02 07:52:29 +05:00 |
20181202104848_add_account_to_membership_applications.rb
|
Add association MembershipApplication#account
|
2018-12-02 15:54:56 +05:00 |
20181202140310_create_passport_maps.rb
|
Add model PassportMap
|
2018-12-02 19:16:16 +05:00 |
20181202142918_remove_mapping_from_passports.rb
|
Fix code style
|
2018-12-02 20:03:09 +05:00 |
20181202201924_non_unique_passport_for_passport_maps.rb
|
Allow non-unique PassportMap#passport
|
2018-12-03 01:29:39 +05:00 |
20181204024403_add_omniauth_to_users.rb
|
fixup
|
2018-12-04 07:44:43 +05:00 |
20181204030126_remove_omniauth_from_users.rb
|
Remove attributes User#omniauth_provider, #omniauth_uid
|
2018-12-04 08:02:10 +05:00 |
20181204030414_create_user_omniauths.rb
|
Add model UserOmniauth
|
2018-12-04 08:09:05 +05:00 |
20181206014718_required_name_of_roles.rb
|
Require Role#name
|
2018-12-06 07:26:53 +05:00 |
20181206190602_create_membership_pools.rb
|
Add model MembershipPool
|
2018-12-07 00:19:41 +05:00 |
20181206193802_rename_membership_applications_to_membership_apps.rb
|
Rename table "membership_applications" to "membership_apps"
|
2018-12-07 00:39:57 +05:00 |
20181206194527_create_membership_pool_apps.rb
|
Add model MembershipPoolApp
|
2018-12-07 00:56:56 +05:00 |
20181206205529_create_membership_pool_accounts.rb
|
Add model MembershipPoolAccount
|
2018-12-07 02:07:05 +05:00 |
20181206223335_remove_pools.rb
|
Remove unnecessary code
|
2018-12-07 03:36:27 +05:00 |
20181206224446_create_regional_offices.rb
|
Add model RegionalOffice
|
2018-12-07 03:49:50 +05:00 |
20181207002553_add_username_to_telegram_bots.rb
|
Add attribute TelegramBot#username
|
2018-12-07 05:41:07 +05:00 |
20181207030332_create_telegram_chats.rb
|
Add model TelegramChat
|
2018-12-07 08:14:14 +05:00 |
20181210024922_add_guest_token_to_accounts.rb
|
Add attribute Account#guest_token
|
2018-12-10 07:52:34 +05:00 |
20181210033105_create_people.rb
|
Add model Person
|
2018-12-10 08:32:35 +05:00 |
20181210033307_add_person_to_accounts.rb
|
Add association Account#person
|
2018-12-10 08:41:38 +05:00 |
20181212000903_create_account_telegram_contacts.rb
|
Fix code style
|
2018-12-12 05:35:40 +05:00 |
20181213053336_uniq_account_on_membership_apps.rb
|
Unique MembershipApp#account
|
2018-12-13 10:43:28 +05:00 |
20181215040559_add_regional_office_to_people.rb
|
Add association Person#regional_office
|
2018-12-15 09:10:02 +05:00 |
20181215053720_add_supporter_since_to_people.rb
|
Add attribute Person#supporter_since
|
2018-12-15 10:51:44 +05:00 |
20190129013754_add_member_since_to_people.rb
|
Add attribute Person#member_since
|
2019-01-29 06:42:25 +05:00 |
20190129015721_add_excluded_since_to_people.rb
|
Add attribute Person#excluded_since; method Person#excluded_from_party?
|
2019-01-29 07:15:28 +05:00 |
20190131025820_add_person_to_passports.rb
|
Add associations Person#passports; Passport#person
|
2019-01-31 08:04:51 +05:00 |
20190201002444_add_username_to_accounts.rb
|
Add attribute Account#username
|
2019-02-01 06:08:33 +05:00 |
20190201012021_unique_username_of_accounts.rb
|
Add NOT NULL constraint to accounts .username
|
2019-02-01 06:21:39 +05:00 |
20190201013649_add_lower_case_constraint_to_username_of_accounts.rb
|
Add constraints to accounts .username
|
2019-02-01 06:59:16 +05:00 |
20190201035804_add_biography_to_accounts.rb
|
Add attribute Account#biography
|
2019-02-01 09:02:51 +05:00 |
20190201214347_add_public_name_to_accounts.rb
|
Add attribute Account#public_name
|
2019-02-02 02:50:05 +05:00 |
20190202041009_add_deleted_at_to_account_roles.rb
|
Do not remove AccountRole completely
|
2019-02-02 09:20:42 +05:00 |
20190208062215_add_expires_at_to_account_roles.rb
|
Add attribute AccountRole#expires_at
|
2019-02-08 11:49:40 +05:00 |
20190324172539_remove_unnecessary_telegram_stuff.rb
|
Remove unnecessary Telegram tables
|
2019-03-24 22:30:35 +05:00 |
20190324192022_rename_accounts_username_to_nickname.rb
|
Rename Account#username to #nickname
|
2019-03-25 00:27:06 +05:00 |
20190324204513_add_english_name_to_country_states.rb
|
Add column CountryState#english_name
|
2019-03-25 01:58:07 +05:00 |
20190324210722_add_native_name_to_country_states.rb
|
Add column CountryState#native_name
|
2019-03-25 02:10:10 +05:00 |
20190324211036_remove_name_from_country_states.rb
|
Remove column CountryState#name
|
2019-03-25 02:23:04 +05:00 |