Seed test DB if schema is recreated
Related to #356970 (closed)
One of related jobs in the issue showed that the DB was being recreated before running the failing specs that expect some data to exist.
The application_settings (main) table has 1216 columns.
This MR simply seed the required data again if for some reason the column limit is hit and all data is deleted.
Edited by Mario Celi