Logo
Explore Privacy Policy Terms of Service Help
Sign In
ahuston-0/hydra
1
0
Fork 0
You've already forked hydra
Code Issues Pull Requests1 Packages Projects Releases Wiki Activity
3a6c25489c
BranchesTags
View all branches
hydra/src/sql/upgrade-19.sql

6 lines
235 B
MySQL
Raw Normal View History

Rename aggregate members to constituents
2013-08-15 02:33:10 +02:00
create table AggregateConstituents (
Store aggregate members in the database For presentation purposes, we need to know what builds are part of an aggregate build. So at evaluation time, look at the "members" attribute, find the corresponding builds in the eval, and create a mapping in the AggregateMembers table.
2013-08-14 01:59:29 +02:00
aggregate integer not null references Builds(id) on delete cascade,
Rename aggregate members to constituents
2013-08-15 02:33:10 +02:00
constituent integer not null references Builds(id) on delete cascade,
primary key (aggregate, constituent)
Store aggregate members in the database For presentation purposes, we need to know what builds are part of an aggregate build. So at evaluation time, look at the "members" attribute, find the corresponding builds in the eval, and create a mapping in the AggregateMembers table.
2013-08-14 01:59:29 +02:00
);
Reference in New Issue Copy Permalink
Powered by Gitea Page: 57ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API