Sha256: 941416c5d91a7cef6609c9d5249cc8c78e404a058502c1c2007a13a7fcb600a4

Contents?: true

Size: 1.3 KB

Versions: 21

Compression:

Stored size: 1.3 KB

Contents

drop table topics;
drop sequence topics_seq;
drop table topic_sources;
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 salaries;
drop sequence salaries_seq;
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;
drop table employees_groups;
drop table pk_called_ids;
drop sequence pk_called_ids_seq;

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
composite_primary_keys-11.0.3 test/fixtures/db_definitions/oracle.drop.sql
composite_primary_keys-11.0.2 test/fixtures/db_definitions/oracle.drop.sql
composite_primary_keys-10.0.5 test/fixtures/db_definitions/oracle.drop.sql
composite_primary_keys-9.0.10 test/fixtures/db_definitions/oracle.drop.sql
composite_primary_keys-11.0.1 test/fixtures/db_definitions/oracle.drop.sql
composite_primary_keys-11.0.0 test/fixtures/db_definitions/oracle.drop.sql
composite_primary_keys-10.0.4 test/fixtures/db_definitions/oracle.drop.sql
composite_primary_keys-9.0.9 test/fixtures/db_definitions/oracle.drop.sql
composite_primary_keys-10.0.3 test/fixtures/db_definitions/oracle.drop.sql
composite_primary_keys-11.0.0.rc1 test/fixtures/db_definitions/oracle.drop.sql
composite_primary_keys-11.0.0.beta4 test/fixtures/db_definitions/oracle.drop.sql
composite_primary_keys-11.0.0.beta3 test/fixtures/db_definitions/oracle.drop.sql
composite_primary_keys-11.0.0.beta2 test/fixtures/db_definitions/oracle.drop.sql
composite_primary_keys-11.0.0.beta1 test/fixtures/db_definitions/oracle.drop.sql
composite_primary_keys-10.0.2 test/fixtures/db_definitions/oracle.drop.sql
composite_primary_keys-10.0.1 test/fixtures/db_definitions/oracle.drop.sql
composite_primary_keys-9.0.8 test/fixtures/db_definitions/oracle.drop.sql
composite_primary_keys-10.0.0 test/fixtures/db_definitions/oracle.drop.sql
composite_primary_keys-9.0.7 test/fixtures/db_definitions/oracle.drop.sql
composite_primary_keys-9.0.6 test/fixtures/db_definitions/oracle.drop.sql