aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures/db_definitions/oci.drop.sql
blob: 532a2f4208ae1e5b22cb686dbecf5d0476712e73 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
drop table accounts;
drop table companies;
drop table topics;
drop table developers;
drop table projects;
drop table developers_projects;
drop table customers;
drop table movies;
drop table subscribers;
drop table booleantests;
drop table auto_id_tests;
drop table entrants;
drop table colnametests;
drop table mixins;
drop table people;
drop table binaries;
drop table posts;
drop table comments;
drop table authors;
drop table computers;
drop table categories;
drop table categories_posts;
drop sequence rails_sequence;