Files
rails/activerecord/test/fixtures/db_definitions/firebird3.drop.sql
David Heinemeier Hansson 9c0fb70e1e For Firebird adapter
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4423 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2006-06-03 21:52:22 +00:00

12 lines
289 B
SQL

DROP TABLE taggings;
DROP TABLE tags;
DROP TABLE categorizations;
DROP TABLE author_addresses;
DROP TABLE author_favorites;
DROP GENERATOR taggings_seq;
DROP GENERATOR tags_seq;
DROP GENERATOR categorizations_seq;
DROP GENERATOR author_addresses_seq;
DROP GENERATOR author_favorites_seq;