ctrlpanel/database/migrations
2022-05-30 11:21:40 +02:00
..
.gitkeep added translation manager 2021-12-14 19:17:44 +01:00
2014_10_12_000000_create_users_table.php first init 2021-06-05 11:26:32 +02:00
2014_10_12_100000_create_password_resets_table.php first init 2021-06-05 11:26:32 +02:00
2019_08_19_000000_create_failed_jobs_table.php first init 2021-06-05 11:26:32 +02:00
2021_02_06_182407_create_notifications_table.php first init 2021-06-05 11:26:32 +02:00
2021_02_07_173938_create_locations_table.php first init 2021-06-05 11:26:32 +02:00
2021_02_07_173939_create_nodes_table.php first init 2021-06-05 11:26:32 +02:00
2021_02_07_173940_create_nests_table.php first init 2021-06-05 11:26:32 +02:00
2021_02_07_173941_create_eggs_table.php first init 2021-06-05 11:26:32 +02:00
2021_02_07_173942_create_products_table.php first init 2021-06-05 11:26:32 +02:00
2021_02_07_173943_create_servers_table.php first init 2021-06-05 11:26:32 +02:00
2021_02_08_190205_create_activity_log_table.php first init 2021-06-05 11:26:32 +02:00
2021_02_16_162655_create_payments_table.php feat: Added payment table migration 2021-12-15 13:07:51 +01:00
2021_03_24_073828_add_ip_and_last_seen_to_users_table.php first init 2021-06-05 11:26:32 +02:00
2021_04_11_190944_create_discord_users_table.php first init 2021-06-05 11:26:32 +02:00
2021_04_11_195141_add_discord_verified_at_to_users_table.php first init 2021-06-05 11:26:32 +02:00
2021_05_04_155305_add_disabled_to_products_table.php first init 2021-06-05 11:26:32 +02:00
2021_05_06_123125_update_make_description_nullable_to_locations_table.php first init 2021-06-05 11:26:32 +02:00
2021_05_06_131634_update_make_description_nullable_add_disabled_to_nodes_table.php first init 2021-06-05 11:26:32 +02:00
2021_05_06_140859_update_make_description_nullable_add_disabled_to_nest_table.php first init 2021-06-05 11:26:32 +02:00
2021_05_06_150709_update_make_description_nullable_to_eggs_table.php first init 2021-06-05 11:26:32 +02:00
2021_05_07_065911_update_to_servers_table.php first init 2021-06-05 11:26:32 +02:00
2021_05_07_162701_remove_config_from_servers_table.php first init 2021-06-05 11:26:32 +02:00
2021_05_08_081218_create_paypal_products_table.php fix: 🚑️ removed old migration renaming (wrong one) 2022-01-20 09:32:22 +01:00
2021_05_08_164658_create_configurations_table.php feat: 🔒️ readded missing configurations migration & fixed old paypal_products migration & added seeder descriptions 2022-01-23 23:52:46 +01:00
2021_05_09_153742_add_display_to_paypal_products_table.php feat: 🔒️ readded missing configurations migration & fixed old paypal_products migration & added seeder descriptions 2022-01-23 23:52:46 +01:00
2021_05_15_211643_create_jobs_table.php first init 2021-06-05 11:26:32 +02:00
2021_06_06_144120_create_application_apis_table.php WIP added api keys and user api endpoint 2021-06-06 20:22:40 +02:00
2021_06_09_213306_create_useful_links_table.php Auto stash before revert of "Merge remote-tracking branch 'origin/development' into development" 2021-06-10 23:29:25 +02:00
2021_06_23_090026_update_price_to_payments_table.php Some love to payments 2021-06-23 11:28:57 +02:00
2021_06_23_090806_add__currency_code_to_payments_table.php Some love to payments 2021-06-23 11:28:57 +02:00
2021_07_06_152319_create_egg_product_table.php Linking of products to nodes and/or eggs 2021-07-06 21:38:13 +02:00
2021_07_06_154314_create_node_product_table.php Linking of products to nodes and/or eggs 2021-07-06 21:38:13 +02:00
2021_07_06_154658_add_disabled_to_eggs_table.php Linking of products to nodes and/or eggs 2021-07-06 21:38:13 +02:00
2021_07_09_190453_create_vouchers_table.php Added voucher system 2021-07-10 00:18:22 +02:00
2021_07_09_191913_create_user_voucher_table.php Added voucher system 2021-07-10 00:18:22 +02:00
2021_07_10_062140_update_credits_to_users_table.php Added Voucher system 2021-07-10 08:58:11 +02:00
2021_09_26_150114_add_suspended_to_users_table.php Add the ability to Suspend Users 2021-09-26 17:50:13 +02:00
2021_10_01_200844_add_product_minimum_credits.php Add minimal credits per product 2021-10-01 23:21:49 +02:00
2021_11_05_071456_add_tax_to_paymentlogs.php EVERYTHING WORKING - Safing 2021-11-05 08:45:29 +01:00
2021_11_27_014226_create_invoices.php invoice DB, counting up, format stuff 2021-11-27 02:47:36 +01:00
2021_12_15_120346_update_to_payments_table.php Update 2021_12_15_120346_update_to_payments_table.php 2022-05-30 11:21:40 +02:00
2021_12_28_203515_rename_paypal_products_table.php fix: 🚑️ Added DB-Migration -> renaming paypal_products table to credit_products 2021-12-28 21:38:55 +01:00
2022_01_05_144858_rename_configurations_table.php feat: Added db migration -> configurations to settings table 2022-01-05 18:56:51 +01:00
2022_01_14_234418_update_settings_table_allow_nullable.php feat: Allow value column in table to be nullable -> can store "0" values 2022-01-15 00:49:33 +01:00
2022_05_30_085900_rename_credits_product.php Refactoring 2022-05-30 11:07:10 +02:00