Skip to content
Snippets Groups Projects
Commit e2f83c8b authored by RomanSteinberg's avatar RomanSteinberg
Browse files

FIX: db

parent afdff818
No related merge requests found
......@@ -60,12 +60,12 @@ deployTest: \
clear \
../../mmcs_rating \
hideData \
update \
update
@
update: \
fix \
deploy \
deploy
@
%:
......
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET time_zone = "+00:00";
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
ALTER TABLE students_groups DROP IsStudyLeave;
ALTER TABLE students_groups ADD `State` enum('common', 'outlet', 'expulsion', 'leave') NOT NULL DEFAULT 'common';
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