Sha256: e1eb227414c0a109eed17b03d0d13475e36c185997bc4d04eb2c65af8df5c4b5

Contents?: true

Size: 1.05 KB

Versions: 34

Compression:

Stored size: 1.05 KB

Contents

drop table reference_types;
drop sequence reference_types_seq;
drop table reference_codes;
drop table products;
drop sequence products_seq;
drop table tariffs;
drop table product_tariffs;
drop table suburbs;
drop table streets;
drop sequence streets_seq;
drop table users;
drop sequence users_seq;
drop table articles;
drop sequence articles_seq;
drop table readings;
drop sequence readings_seq;
drop table groups;
drop sequence groups_seq;
drop table memberships;
drop table membership_statuses;
drop sequence membership_statuses_seq;
drop table departments;
drop table employees;
drop sequence employees_seq;
drop table comments;
drop sequence comments_seq;
drop table hacks;
drop sequence hacks_seq;
drop table restaurants;
drop table restaurants_suburbs;
drop table dorms;
drop sequence dorms_seq;
drop table rooms;
drop table room_attributes;
drop sequence room_attributes_seq;
drop table room_attribute_assignments;
drop table room_assignments;
drop table students;
drop sequence students_seq;
drop table seats;
drop table capitols;
drop table products_restaurants;

Version data entries

34 entries across 34 versions & 1 rubygems

Version Path
composite_primary_keys-7.0.12 test/fixtures/db_definitions/oracle.drop.sql
composite_primary_keys-7.0.11 test/fixtures/db_definitions/oracle.drop.sql
composite_primary_keys-6.0.7 test/fixtures/db_definitions/oracle.drop.sql
composite_primary_keys-7.0.10 test/fixtures/db_definitions/oracle.drop.sql
composite_primary_keys-7.0.9 test/fixtures/db_definitions/oracle.drop.sql
composite_primary_keys-7.0.8 test/fixtures/db_definitions/oracle.drop.sql
composite_primary_keys-7.0.7 test/fixtures/db_definitions/oracle.drop.sql
composite_primary_keys-7.0.6 test/fixtures/db_definitions/oracle.drop.sql
composite_primary_keys-7.0.5 test/fixtures/db_definitions/oracle.drop.sql
composite_primary_keys-7.0.4 test/fixtures/db_definitions/oracle.drop.sql
composite_primary_keys-7.0.3 test/fixtures/db_definitions/oracle.drop.sql
composite_primary_keys-7.0.2 test/fixtures/db_definitions/oracle.drop.sql
composite_primary_keys-7.0.1 test/fixtures/db_definitions/oracle.drop.sql
composite_primary_keys-7.0.0 test/fixtures/db_definitions/oracle.drop.sql
composite_primary_keys-6.0.6 test/fixtures/db_definitions/oracle.drop.sql
composite_primary_keys-6.0.5 test/fixtures/db_definitions/oracle.drop.sql
composite_primary_keys-6.0.3 test/fixtures/db_definitions/oracle.drop.sql
composite_primary_keys-5.0.14 test/fixtures/db_definitions/oracle.drop.sql
composite_primary_keys-6.0.1 test/fixtures/db_definitions/oracle.drop.sql
composite_primary_keys-6.0.0 test/fixtures/db_definitions/oracle.drop.sql