File: 20050212.sql

package info (click to toggle)
gforge 4.5.14-22etch13
  • links: PTS
  • area: main
  • in suites: etch
  • size: 13,004 kB
  • ctags: 11,918
  • sloc: php: 36,047; sql: 29,050; sh: 10,538; perl: 6,496; xml: 3,810; makefile: 341; python: 263; ansic: 256
file content (5 lines) | stat: -rw-r--r-- 228 bytes parent folder | download | duplicates (6)
1
2
3
4
5
create table artifact_type_monitor (
group_artifact_id int not null REFERENCES artifact_group_list(group_artifact_id) ON DELETE CASCADE,
user_id int not null REFERENCES users(user_id),
PRIMARY KEY (group_artifact_id,user_id)
);