Nathaniel van Diepen 10 лет назад
Родитель
Сommit
734c4fd684
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      install/install.sql

+ 1 - 1
install/install.sql

@@ -277,7 +277,7 @@ ALTER TABLE `scrums`
   ADD CONSTRAINT `scrums_ibfk_1` FOREIGN KEY (`u_id`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
   ADD CONSTRAINT `scrums_ibfk_2` FOREIGN KEY (`p_id`) REFERENCES `projects` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;
 
-- Truncate table before insert `priorities`
+-- Truncate table before insert `priorities`
 --
 
 TRUNCATE TABLE `priorities`;