Skip to content
Snippets Groups Projects
Select Git revision
  • 0981d9332b6255e1478160534047cfb4c9e2ceee
  • master default
  • v0.52.5
  • v0.52.4
  • v0.52.3
  • v0.52.2
  • v0.52.1
  • v0.52.0
  • v0.51.0
  • v0.50.0
  • v0.49.0
11 results

Gemfile

Blame
  • This project manages its dependencies using Bundler. Learn more
    DropSchema.sql 209 B
    DROP TABLE MovieGenre;
    DROP TABLE MovieCharacter;
    DROP TABLE Person;
    DROP TABLE Genre;
    DROP TABLE Movie;
    DROP SEQUENCE seq_movie;
    DROP SEQUENCE seq_genre;
    DROP SEQUENCE seq_person;
    DROP SEQUENCE seq_character;