Sha256: 838bdfb8e309e1a1f6c1f40cb9d8e5f64771f1992fe1c46e7215a64c17be8d02

Contents?: true

Size: 1.08 KB

Versions: 16

Compression:

Stored size: 1.08 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 sequence suburbs_city_id_seq;
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 sequence departments_seq;
drop table employees;
drop sequence employees_seq;
drop table comments;
drop sequence comments_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 capitols;
drop table products_restaurants;
drop table employees_groups;

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
composite_primary_keys-13.0.8 test/fixtures/db_definitions/oracle.drop.sql
composite_primary_keys-14.0.6 test/fixtures/db_definitions/oracle.drop.sql
composite_primary_keys-13.0.7 test/fixtures/db_definitions/oracle.drop.sql
composite_primary_keys-13.0.6 test/fixtures/db_definitions/oracle.drop.sql
composite_primary_keys-14.0.5 test/fixtures/db_definitions/oracle.drop.sql
composite_primary_keys-13.0.5 test/fixtures/db_definitions/oracle.drop.sql
composite_primary_keys-13.0.4 test/fixtures/db_definitions/oracle.drop.sql
composite_primary_keys-14.0.4 test/fixtures/db_definitions/oracle.drop.sql
composite_primary_keys-14.0.3 test/fixtures/db_definitions/oracle.drop.sql
composite_primary_keys-13.0.3 test/fixtures/db_definitions/oracle.drop.sql
composite_primary_keys-14.0.2 test/fixtures/db_definitions/oracle.drop.sql
composite_primary_keys-13.0.2 test/fixtures/db_definitions/oracle.drop.sql
composite_primary_keys-14.0.1 test/fixtures/db_definitions/oracle.drop.sql
composite_primary_keys-13.0.1 test/fixtures/db_definitions/oracle.drop.sql
composite_primary_keys-13.0.0 test/fixtures/db_definitions/oracle.drop.sql
composite_primary_keys-12.0.10 test/fixtures/db_definitions/oracle.drop.sql