added sql
This commit is contained in:
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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user