mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-08-23 17:26:02 +00:00
Ooops. Spell the table name right, wontcha!
This commit is contained in:
parent
f6578fcda3
commit
44e0a1bb5a
@ -4,7 +4,7 @@
|
||||
BEGIN;
|
||||
SELECT check_db_revision(1,1,4);
|
||||
|
||||
UPDATE relationship_types SET rt_name = 'is Assistant to' WHERE rt_id = 2 AND rt_name = 'Is Assisted by';
|
||||
UPDATE relationship_type SET rt_name = 'is Assistant to' WHERE rt_id = 2 AND rt_name = 'Is Assisted by';
|
||||
|
||||
SELECT new_db_revision(1,1,5, 'May' );
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user