BFX462heo
03/07/2023, 9:57 AMrails db:rollback STEP=2
command, the schema.rb
is modified in all the tables rather than only PayPal tables. The rollback command removes all the null: false
from all the columns of all the tables....BFX462heo
03/07/2023, 10:01 AMBFX462heo
03/07/2023, 10:02 AMBFX462heo
03/07/2023, 10:07 AMBFX462heo
03/07/2023, 10:26 AMRyan Woods
03/07/2023, 10:35 AMkennyadsl
kennyadsl
schema_migrations
table. what are the last 2 migrations there?BFX462heo
03/07/2023, 1:05 PMkennyadsl
bin/rails db:schema:load
BFX462heo
03/07/2023, 1:31 PMdb/migrate
folder are the PayPal migration files...BFX462heo
03/07/2023, 1:32 PMhttps://solidusio.slack.com/files/U0467DJ7DB6/F04S9UAD03H/captura_desde_2023-03-07_10-59-46.png▾
kennyadsl
schema_migrations
. If you open that table, you’ll see which one are active and which is the last executed.BFX462heo
03/07/2023, 1:37 PMBFX462heo
03/07/2023, 2:29 PMBFX462heo
03/07/2023, 2:31 PMdb/migrate
folder.BFX462heo
03/07/2023, 2:34 PMBFX462heo
03/07/2023, 2:35 PMdb/migrate
folder...kennyadsl
kennyadsl
BFX462heo
03/08/2023, 7:55 AMkennyadsl
BFX462heo
03/08/2023, 10:05 AMBFX462heo
03/08/2023, 10:18 AM