• R/O
  • SSH
  • HTTPS

pal: Commit


Commit MetaInfo

Revision1609 (tree)
Zeit2008-12-15 22:43:27
Autorshinsuke

Log Message

added files for mysql.

Ändern Zusammenfassung

Diff

--- userinfo/trunk/src/main/config/sql/mysql/drop.sql (nonexistent)
+++ userinfo/trunk/src/main/config/sql/mysql/drop.sql (revision 1609)
@@ -0,0 +1,37 @@
1+DROP TABLE postal;
2+DROP TABLE contact;
3+DROP TABLE custom;
4+DROP TABLE person;
5+DROP TABLE company;
6+DROP TABLE message_content;
7+DROP TABLE message_attachment;
8+DROP TABLE reply;
9+DROP TABLE category_access;
10+DROP TABLE message;
11+DROP TABLE attachment;
12+DROP TABLE category;
13+DROP TABLE bookmark_link;
14+DROP TABLE bookmark_category;
15+DROP TABLE notepad_content;
16+DROP TABLE notepad;
17+DROP TABLE notepad_category;
18+DROP TABLE facility_schedule_mapping;
19+DROP TABLE facility_content;
20+DROP TABLE facility;
21+DROP TABLE facility_group;
22+DROP TABLE event_schedule_content;
23+DROP TABLE event_schedule_mapping;
24+DROP TABLE event_schedule;
25+DROP TABLE monthly_working_report;
26+DROP TABLE working_type;
27+DROP TABLE daily_report;
28+DROP TABLE monthly_report;
29+DROP TABLE employee;
30+DROP TABLE todo_mapping;
31+DROP TABLE todo_category;
32+DROP TABLE todo;
33+DROP TABLE role_mapping;
34+DROP TABLE group_mapping;
35+DROP TABLE user_info;
36+DROP TABLE role_info;
37+DROP TABLE group_info;
Show on old repository browser