Skip to content
Snippets Groups Projects
Commit eb39a767 authored by Hanna Führ's avatar Hanna Führ
Browse files

Merge remote-tracking branch 'remotes/origin/dev' into Issue/2222-resourceDateCreated

# Conflicts:
#	src/Database/Models/ProjectModel.cs
parents ab013e78 d5643232
No related tags found
1 merge request!174New: Column "Date Created" added to the Resource Table
......@@ -45,3 +45,4 @@ Migrations should be identified by a unique id which corresponds, roughly, to th
YYYYMMDDhhmm
```
FluentMigrator uses this identifier to manage its migration versioning. For an example migration, check out the migrations in the test project for the database.
......@@ -380,7 +380,7 @@ namespace Coscine.Database.Models
SetDisciplines(project, projectObject.Disciplines);
SetOrganizations(project, projectObject.Organizations);
project.VisibilityId = projectObject.Visibility.Id;
// Project Creator can not be altered after creation
// Project creator can not be altered after creation
// Project DateCreated can not be altered after creation
return Update(project);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment