added sql

This commit is contained in:
fred-fri 2013-09-20 11:03:32 +09:00
parent f034298ffc
commit 48be8f2b3a

@ -1,3 +1,8 @@
-- These tables need to be emptied first in order to run the below milestone stuff
DELETE FROM milestone;
DELETE FROM milestone_activity;
DELETE FROM milestone_activity_project_class;
-- Phase table
CREATE TABLE `milestone_phase` (
`id` bigint(20) NOT NULL AUTO_INCREMENT,