metasploit-framework/spec
Luke Imhoff 89bd5b4791 Reset column information after running migrations
[#50179803]
[SeeRM #7967]
[SeeRM #7870]

Because metasploit-framework runs migrations with the same process and
with the same connection as it later accesses the database, the column
information can become cached prematurely and be incorrect by the end of
the migrations.  Fix the bad cache by automatically resetting the column
information for all model classes after the migrations have run.
2013-05-20 13:08:07 -05:00
..
factories/mdm Update to metasploit_data_models 0.11.0 2013-05-09 13:25:26 -05:00
lib Merge branch 'master' into bug/migrations 2013-05-20 12:49:33 -05:00
support/shared Reset column information after running migrations 2013-05-20 13:08:07 -05:00
spec_helper.rb Fix specs with bundler groups 2013-04-12 10:46:00 -05:00