1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/test/schema
2010-08-14 18:48:06 -03:00
..
mysql2_specific_schema.rb update tests for mysql2 support 2010-08-02 01:37:57 -07:00
mysql_specific_schema.rb Enable use of MySQL stored procedures by default. 2009-09-17 10:57:03 -07:00
oracle_specific_schema.rb added additional objects necessary for OracleAdapter specific tests 2009-08-06 23:40:59 +03:00
postgresql_specific_schema.rb Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 04:12:33 -03:00
schema.rb Both tests are using the same model, move the model to another file and add the missing require 2010-08-14 18:48:06 -03:00
sqlite_specific_schema.rb