fix a typo in SQL.

This commit is contained in:
Solomon Peachy 2016-06-17 00:15:47 -04:00
parent 0baef3f3b1
commit 4b797e9385
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ DROP SEQUENCE photo_dupe_id_sequence;
----- Nuke labels
DROP TABLE label;
DROP TABLE labal_id_sequence;
DROP SEQUENCE label_id_sequence;
-- version update
update version set identifier=3, description='2.38 Development release',