Added more industries
This commit is contained in:
parent
dc92574bc3
commit
a3bdcb3982
4 changed files with 63 additions and 0 deletions
|
|
@ -145,6 +145,19 @@ Meteor.startup(() => {
|
|||
}
|
||||
});
|
||||
|
||||
Migrations.add({
|
||||
version: 10,
|
||||
up: function siteSettingsAddIndex() {
|
||||
IndustryRegistries.insert({
|
||||
_id: '3', name: 'NPRI', agency: 'GCODP', region: 'Canada'
|
||||
});
|
||||
IndustryRegistries.insert({
|
||||
_id: '4', name: 'NPI', agency: 'DEE', region: 'Australia'
|
||||
});
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
// Set createdAt in users & subs
|
||||
Migrations.migrateTo('latest');
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue