missing ; -- last update to fixes.sql, Ill delete it next
This commit is contained in:
@@ -71,9 +71,9 @@ ALTER TABLE book RENAME COLUMN temp_owned TO owned;
|
||||
ALTER TABLE book DROP COLUMN rating;
|
||||
ALTER TABLE book RENAME COLUMN temp_rating TO rating;
|
||||
|
||||
DROP TABLE condition_lst
|
||||
DROP TABLE covertype_lst
|
||||
DROP TABLE owned_lst
|
||||
DROP TABLE rating_lst
|
||||
DROP TABLE condition_lst;
|
||||
DROP TABLE covertype_lst;
|
||||
DROP TABLE owned_lst;
|
||||
DROP TABLE rating_lst;
|
||||
|
||||
# then modify main.py again, to delete condition and rename temp_<field> to <feild> in class Book
|
||||
|
||||
Reference in New Issue
Block a user