mirror of
https://github.com/github/rails.git
synced 2026-02-08 13:15:23 -05:00
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4423 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
12 lines
289 B
SQL
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;
|