Commit 24ba8b50 authored by Nico Schallehn's avatar Nico Schallehn

test

parent 977d6802
# Install # Install
sudo apt-get install python-mysqldb python-imdbpy sudo apt-get install python-mysqldb python-imdbpy
TRUNCATE Schauspieler, FilmGenre, FilmSchauspieler, Filme, Episoden, Staffeln, Serien;
\ No newline at end of file
DELETE FROM FilmGenre;
DELETE FROM FilmSchauspieler;
DELETE FROM Schauspieler;
DELETE FROM Filme;
DELETE FROM Episoden;
DELETE FROM Staffeln;
DELETE FROM Serien;
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment