Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Coscine
backend
libraries
Migrations
Commits
2cba0fd4
Commit
2cba0fd4
authored
Nov 03, 2020
by
L. Ellenbeck
Browse files
WIP: name change coscine/issues#1125
parent
7286bad0
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/Migrations.Tests/Properties/AssemblyInfo.cs
View file @
2cba0fd4
...
...
@@ -11,6 +11,6 @@ using System.Reflection;
[
assembly
:
AssemblyProduct
(
"Migrations.Tests"
)]
[
assembly
:
AssemblyVersion
(
"1.8.0"
)]
[
assembly
:
AssemblyFileVersion
(
"1.8.0"
)]
[
assembly
:
AssemblyInformationalVersion
(
"1.8.0-topic-1125-apito000
3
"
)]
[
assembly
:
AssemblyInformationalVersion
(
"1.8.0-topic-1125-apito000
4
"
)]
[
assembly
:
AssemblyCopyright
(
"2020 IT Center, RWTH Aachen University"
)]
src/Migrations/Migrations/Migration202010271100ApiTokens.cs
View file @
2cba0fd4
...
...
@@ -15,7 +15,7 @@ namespace Coscine.Migrations.Migrations
{
Create
.
Table
(
"ApiTokens"
)
.
WithColumn
(
"Id"
).
AsGuid
().
PrimaryKey
().
WithDefault
(
SystemMethods
.
NewGuid
)
.
WithColumn
(
"
Description
"
).
AsString
().
NotNullable
()
.
WithColumn
(
"
Name
"
).
AsString
().
NotNullable
()
.
WithColumn
(
"UserId"
).
AsGuid
().
NotNullable
()
.
WithColumn
(
"IssuedAt"
).
AsDateTime
().
NotNullable
()
.
WithColumn
(
"Expiration"
).
AsDateTime
().
NotNullable
();
...
...
src/Migrations/Properties/AssemblyInfo.cs
View file @
2cba0fd4
...
...
@@ -11,6 +11,6 @@ using System.Reflection;
[
assembly
:
AssemblyProduct
(
"Migrations"
)]
[
assembly
:
AssemblyVersion
(
"1.8.0"
)]
[
assembly
:
AssemblyFileVersion
(
"1.8.0"
)]
[
assembly
:
AssemblyInformationalVersion
(
"1.8.0-topic-1125-apito000
3
"
)]
[
assembly
:
AssemblyInformationalVersion
(
"1.8.0-topic-1125-apito000
4
"
)]
[
assembly
:
AssemblyCopyright
(
"2020 IT Center, RWTH Aachen University"
)]
src/Migrator/Properties/AssemblyInfo.cs
View file @
2cba0fd4
...
...
@@ -11,6 +11,6 @@ using System.Reflection;
[
assembly
:
AssemblyProduct
(
"Migrator"
)]
[
assembly
:
AssemblyVersion
(
"1.8.0"
)]
[
assembly
:
AssemblyFileVersion
(
"1.8.0"
)]
[
assembly
:
AssemblyInformationalVersion
(
"1.8.0-topic-1125-apito000
3
"
)]
[
assembly
:
AssemblyInformationalVersion
(
"1.8.0-topic-1125-apito000
4
"
)]
[
assembly
:
AssemblyCopyright
(
"2020 IT Center, RWTH Aachen University"
)]
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment