Skip to content

Commit

Permalink
Small pgsql fixes (closes #4083) [pergesu@gmail.com]
Browse files Browse the repository at this point in the history
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3965 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
  • Loading branch information
dhh committed Mar 19, 2006
1 parent 0925c6b commit 389a667
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion activerecord/RUNNING_UNIT_TESTS
Expand Up @@ -15,7 +15,7 @@ connection.rb otherwise (on Postgres, at least) tests for default values will fa
The easiest way to run the unit tests is through Rake. The default task runs The easiest way to run the unit tests is through Rake. The default task runs
the entire test suite for all the adapters. You can also run the suite on just the entire test suite for all the adapters. You can also run the suite on just
one adapter by using the tasks test_mysql_ruby, test_ruby_mysql, test_sqlite, one adapter by using the tasks test_mysql_ruby, test_ruby_mysql, test_sqlite,
or test_postresql. For more information, checkout the full array of rake tasks with "rake -T" or test_postgresql. For more information, checkout the full array of rake tasks with "rake -T"


Rake can be found at http://rake.rubyforge.org Rake can be found at http://rake.rubyforge.org


Expand Down
@@ -1,3 +1,4 @@
DROP SEQUENCE accounts_id_seq;
DROP TABLE accounts; DROP TABLE accounts;
DROP TABLE funny_jokes; DROP TABLE funny_jokes;
DROP TABLE companies; DROP TABLE companies;
Expand Down

0 comments on commit 389a667

Please sign in to comment.