Select Git revision
externallib.php
-
Isabel Uffinger authoredIsabel Uffinger authored
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;