aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures/db_definitions/firebird3.drop.sql
blob: fc654212bd19282476e7a9000376357d79788702 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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;