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
26a48695
Commit
26a48695
authored
Nov 27, 2020
by
Benedikt Heinrichs
Browse files
Merge branch 'Topic/1125-apiTokens' into 'Product/903-ApiTokens'
New: Add ApiToken Table See merge request coscine/cs/migrations!33
parents
1d14468c
a188a0dd
Changes
7
Pipelines
1
Show whitespace changes
Inline
Side-by-side
src/Migrations.Tests/Properties/AssemblyInfo.cs
View file @
26a48695
...
@@ -11,6 +11,6 @@ using System.Reflection;
...
@@ -11,6 +11,6 @@ using System.Reflection;
[
assembly
:
AssemblyProduct
(
"Migrations.Tests"
)]
[
assembly
:
AssemblyProduct
(
"Migrations.Tests"
)]
[
assembly
:
AssemblyVersion
(
"1.8.0"
)]
[
assembly
:
AssemblyVersion
(
"1.8.0"
)]
[
assembly
:
AssemblyFileVersion
(
"1.8.0"
)]
[
assembly
:
AssemblyFileVersion
(
"1.8.0"
)]
[
assembly
:
AssemblyInformationalVersion
(
"1.8.0-topic-1
051-basic
0004"
)]
[
assembly
:
AssemblyInformationalVersion
(
"1.8.0-topic-1
125-apito
0004"
)]
[
assembly
:
AssemblyCopyright
(
"2020 IT Center, RWTH Aachen University"
)]
[
assembly
:
AssemblyCopyright
(
"2020 IT Center, RWTH Aachen University"
)]
src/Migrations.Tests/Properties/AssemblyInfo.cs.orig
0 → 100644
View file @
26a48695
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by Cake.
// </auto-generated>
//------------------------------------------------------------------------------
using System.Reflection;
[assembly: AssemblyTitle("Migrations.Tests")]
[assembly: AssemblyDescription("Migrations.Tests is a part of the CoScInE group.")]
[assembly: AssemblyCompany("IT Center, RWTH Aachen University")]
[assembly: AssemblyProduct("Migrations.Tests")]
[assembly: AssemblyVersion("1.8.0")]
[assembly: AssemblyFileVersion("1.8.0")]
<<<<<<< HEAD
[assembly: AssemblyInformationalVersion("1.8.0-topic-1125-apito0004")]
=======
[assembly: AssemblyInformationalVersion("1.8.0-topic-1051-basic0004")]
>>>>>>> Product/903-ApiTokens
[assembly: AssemblyCopyright("2020 IT Center, RWTH Aachen University")]
src/Migrations/Migrations.csproj
View file @
26a48695
...
@@ -206,6 +206,7 @@
...
@@ -206,6 +206,7 @@
<Compile
Include=
"Migrations\Migration202006261208ProjectQuotas.cs"
/>
<Compile
Include=
"Migrations\Migration202006261208ProjectQuotas.cs"
/>
<Compile
Include=
"CoscineMigrations.cs"
/>
<Compile
Include=
"CoscineMigrations.cs"
/>
<Compile
Include=
"Migrations\Migration202010011800Reporting.cs"
/>
<Compile
Include=
"Migrations\Migration202010011800Reporting.cs"
/>
<Compile
Include=
"Migrations\Migration202010271100ApiTokens.cs"
/>
<Compile
Include=
"Properties\AssemblyInfo.cs"
/>
<Compile
Include=
"Properties\AssemblyInfo.cs"
/>
</ItemGroup>
</ItemGroup>
<ItemGroup>
<ItemGroup>
...
...
src/Migrations/Migrations.csproj.orig
0 → 100644
View file @
26a48695
<?xml version="1.0" encoding="utf-8"?>
<Project
ToolsVersion=
"15.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<Import
Project=
"$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props"
Condition=
"Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')"
/>
<PropertyGroup>
<Configuration
Condition=
" '$(Configuration)' == '' "
>
Debug
</Configuration>
<Platform
Condition=
" '$(Platform)' == '' "
>
AnyCPU
</Platform>
<ProjectGuid>
{447E8BA5-30E3-4521-B6F6-51A064098026}
</ProjectGuid>
<OutputType>
Library
</OutputType>
<AppDesignerFolder>
Properties
</AppDesignerFolder>
<RootNamespace>
Coscine.Migrations
</RootNamespace>
<AssemblyName>
Coscine.Migrations
</AssemblyName>
<TargetFrameworkVersion>
v4.6.1
</TargetFrameworkVersion>
<FileAlignment>
512
</FileAlignment>
<Deterministic>
true
</Deterministic>
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
<TargetFrameworkProfile
/>
</PropertyGroup>
<PropertyGroup
Condition=
" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "
>
<DebugSymbols>
true
</DebugSymbols>
<DebugType>
full
</DebugType>
<Optimize>
false
</Optimize>
<OutputPath>
bin\Debug\
</OutputPath>
<DefineConstants>
DEBUG;TRACE
</DefineConstants>
<ErrorReport>
prompt
</ErrorReport>
<WarningLevel>
4
</WarningLevel>
</PropertyGroup>
<PropertyGroup
Condition=
" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "
>
<DebugType>
pdbonly
</DebugType>
<Optimize>
true
</Optimize>
<OutputPath>
bin\Release\
</OutputPath>
<DefineConstants>
TRACE
</DefineConstants>
<ErrorReport>
prompt
</ErrorReport>
<WarningLevel>
4
</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference
Include=
"Consul, Version=0.7.2.6, Culture=neutral, PublicKeyToken=20a6ad9a81df1d95, processorArchitecture=MSIL"
>
<HintPath>
..\packages\Consul.0.7.2.6\lib\net45\Consul.dll
</HintPath>
</Reference>
<Reference
Include=
"Coscine.Configuration, Version=1.5.0.0, Culture=neutral, PublicKeyToken=ce3d7a32d7dc1e5a, processorArchitecture=MSIL"
>
<HintPath>
..\packages\Coscine.Configuration.1.5.0\lib\net461\Coscine.Configuration.dll
</HintPath>
</Reference>
<Reference
Include=
"Coscine.Database.Helpers, Version=1.1.0.0, Culture=neutral, processorArchitecture=MSIL"
>
<HintPath>
..\packages\Coscine.Database.Helpers.1.1.0\lib\net461\Coscine.Database.Helpers.dll
</HintPath>
</Reference>
<Reference
Include=
"FluentMigrator, Version=3.2.8.0, Culture=neutral, PublicKeyToken=aacfc7de5acabf05, processorArchitecture=MSIL"
>
<HintPath>
..\packages\FluentMigrator.3.2.8\lib\net461\FluentMigrator.dll
</HintPath>
</Reference>
<Reference
Include=
"FluentMigrator.Abstractions, Version=3.2.8.0, Culture=neutral, PublicKeyToken=aacfc7de5acabf05, processorArchitecture=MSIL"
>
<HintPath>
..\packages\FluentMigrator.Abstractions.3.2.8\lib\net461\FluentMigrator.Abstractions.dll
</HintPath>
</Reference>
<Reference
Include=
"FluentMigrator.Extensions.Oracle, Version=3.2.8.0, Culture=neutral, PublicKeyToken=aacfc7de5acabf05, processorArchitecture=MSIL"
>
<HintPath>
..\packages\FluentMigrator.Extensions.Oracle.3.2.8\lib\net461\FluentMigrator.Extensions.Oracle.dll
</HintPath>
</Reference>
<Reference
Include=
"FluentMigrator.Extensions.Postgres, Version=3.2.8.0, Culture=neutral, PublicKeyToken=aacfc7de5acabf05, processorArchitecture=MSIL"
>
<HintPath>
..\packages\FluentMigrator.Extensions.Postgres.3.2.8\lib\net461\FluentMigrator.Extensions.Postgres.dll
</HintPath>
</Reference>
<Reference
Include=
"FluentMigrator.Extensions.SqlAnywhere, Version=3.2.8.0, Culture=neutral, PublicKeyToken=aacfc7de5acabf05, processorArchitecture=MSIL"
>
<HintPath>
..\packages\FluentMigrator.Extensions.SqlAnywhere.3.2.8\lib\net461\FluentMigrator.Extensions.SqlAnywhere.dll
</HintPath>
</Reference>
<Reference
Include=
"FluentMigrator.Extensions.SqlServer, Version=3.2.8.0, Culture=neutral, PublicKeyToken=aacfc7de5acabf05, processorArchitecture=MSIL"
>
<HintPath>
..\packages\FluentMigrator.Extensions.SqlServer.3.2.8\lib\net461\FluentMigrator.Extensions.SqlServer.dll
</HintPath>
</Reference>
<Reference
Include=
"FluentMigrator.Runner, Version=3.2.8.0, Culture=neutral, PublicKeyToken=aacfc7de5acabf05, processorArchitecture=MSIL"
>
<HintPath>
..\packages\FluentMigrator.Runner.3.2.8\lib\net461\FluentMigrator.Runner.dll
</HintPath>
</Reference>
<Reference
Include=
"FluentMigrator.Runner.Core, Version=3.2.8.0, Culture=neutral, PublicKeyToken=aacfc7de5acabf05, processorArchitecture=MSIL"
>
<HintPath>
..\packages\FluentMigrator.Runner.Core.3.2.8\lib\net461\FluentMigrator.Runner.Core.dll
</HintPath>
</Reference>
<Reference
Include=
"FluentMigrator.Runner.Db2, Version=3.2.8.0, Culture=neutral, PublicKeyToken=aacfc7de5acabf05, processorArchitecture=MSIL"
>
<HintPath>
..\packages\FluentMigrator.Runner.Db2.3.2.8\lib\net461\FluentMigrator.Runner.Db2.dll
</HintPath>
</Reference>
<Reference
Include=
"FluentMigrator.Runner.Firebird, Version=3.2.8.0, Culture=neutral, PublicKeyToken=aacfc7de5acabf05, processorArchitecture=MSIL"
>
<HintPath>
..\packages\FluentMigrator.Runner.Firebird.3.2.8\lib\net461\FluentMigrator.Runner.Firebird.dll
</HintPath>
</Reference>
<Reference
Include=
"FluentMigrator.Runner.Hana, Version=3.2.8.0, Culture=neutral, PublicKeyToken=aacfc7de5acabf05, processorArchitecture=MSIL"
>
<HintPath>
..\packages\FluentMigrator.Runner.Hana.3.2.8\lib\net461\FluentMigrator.Runner.Hana.dll
</HintPath>
</Reference>
<Reference
Include=
"FluentMigrator.Runner.Jet, Version=3.2.8.0, Culture=neutral, PublicKeyToken=aacfc7de5acabf05, processorArchitecture=MSIL"
>
<HintPath>
..\packages\FluentMigrator.Runner.Jet.3.2.8\lib\net461\FluentMigrator.Runner.Jet.dll
</HintPath>
</Reference>
<Reference
Include=
"FluentMigrator.Runner.MySql, Version=3.2.8.0, Culture=neutral, PublicKeyToken=aacfc7de5acabf05, processorArchitecture=MSIL"
>
<HintPath>
..\packages\FluentMigrator.Runner.MySql.3.2.8\lib\net461\FluentMigrator.Runner.MySql.dll
</HintPath>
</Reference>
<Reference
Include=
"FluentMigrator.Runner.Oracle, Version=3.2.8.0, Culture=neutral, PublicKeyToken=aacfc7de5acabf05, processorArchitecture=MSIL"
>
<HintPath>
..\packages\FluentMigrator.Runner.Oracle.3.2.8\lib\net461\FluentMigrator.Runner.Oracle.dll
</HintPath>
</Reference>
<Reference
Include=
"FluentMigrator.Runner.Postgres, Version=3.2.8.0, Culture=neutral, PublicKeyToken=aacfc7de5acabf05, processorArchitecture=MSIL"
>
<HintPath>
..\packages\FluentMigrator.Runner.Postgres.3.2.8\lib\net461\FluentMigrator.Runner.Postgres.dll
</HintPath>
</Reference>
<Reference
Include=
"FluentMigrator.Runner.Redshift, Version=3.2.8.0, Culture=neutral, PublicKeyToken=aacfc7de5acabf05, processorArchitecture=MSIL"
>
<HintPath>
..\packages\FluentMigrator.Runner.Redshift.3.2.8\lib\net461\FluentMigrator.Runner.Redshift.dll
</HintPath>
</Reference>
<Reference
Include=
"FluentMigrator.Runner.SqlAnywhere, Version=3.2.8.0, Culture=neutral, PublicKeyToken=aacfc7de5acabf05, processorArchitecture=MSIL"
>
<HintPath>
..\packages\FluentMigrator.Runner.SqlAnywhere.3.2.8\lib\net461\FluentMigrator.Runner.SqlAnywhere.dll
</HintPath>
</Reference>
<Reference
Include=
"FluentMigrator.Runner.SQLite, Version=3.2.8.0, Culture=neutral, PublicKeyToken=aacfc7de5acabf05, processorArchitecture=MSIL"
>
<HintPath>
..\packages\FluentMigrator.Runner.SQLite.3.2.8\lib\net461\FluentMigrator.Runner.SQLite.dll
</HintPath>
</Reference>
<Reference
Include=
"FluentMigrator.Runner.SqlServer, Version=3.2.8.0, Culture=neutral, PublicKeyToken=aacfc7de5acabf05, processorArchitecture=MSIL"
>
<HintPath>
..\packages\FluentMigrator.Runner.SqlServer.3.2.8\lib\net461\FluentMigrator.Runner.SqlServer.dll
</HintPath>
</Reference>
<Reference
Include=
"FluentMigrator.Runner.SqlServerCe, Version=3.2.8.0, Culture=neutral, PublicKeyToken=aacfc7de5acabf05, processorArchitecture=MSIL"
>
<HintPath>
..\packages\FluentMigrator.Runner.SqlServerCe.3.2.8\lib\net461\FluentMigrator.Runner.SqlServerCe.dll
</HintPath>
</Reference>
<Reference
Include=
"Microsoft.Data.Sqlite, Version=3.1.5.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL"
>
<HintPath>
..\packages\Microsoft.Data.Sqlite.Core.3.1.5\lib\netstandard2.0\Microsoft.Data.Sqlite.dll
</HintPath>
</Reference>
<Reference
Include=
"Microsoft.Extensions.Configuration.Abstractions, Version=2.0.1.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL"
>
<HintPath>
..\packages\Microsoft.Extensions.Configuration.Abstractions.2.0.1\lib\netstandard2.0\Microsoft.Extensions.Configuration.Abstractions.dll
</HintPath>
</Reference>
<Reference
Include=
"Microsoft.Extensions.DependencyInjection, Version=2.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL"
>
<HintPath>
..\packages\Microsoft.Extensions.DependencyInjection.2.0.0\lib\netstandard2.0\Microsoft.Extensions.DependencyInjection.dll
</HintPath>
</Reference>
<Reference
Include=
"Microsoft.Extensions.DependencyInjection.Abstractions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL"
>
<HintPath>
..\packages\Microsoft.Extensions.DependencyInjection.Abstractions.2.0.0\lib\netstandard2.0\Microsoft.Extensions.DependencyInjection.Abstractions.dll
</HintPath>
</Reference>
<Reference
Include=
"Microsoft.Extensions.Logging, Version=2.0.1.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL"
>
<HintPath>
..\packages\Microsoft.Extensions.Logging.2.0.1\lib\netstandard2.0\Microsoft.Extensions.Logging.dll
</HintPath>
</Reference>
<Reference
Include=
"Microsoft.Extensions.Logging.Abstractions, Version=2.0.1.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL"
>
<HintPath>
..\packages\Microsoft.Extensions.Logging.Abstractions.2.0.1\lib\netstandard2.0\Microsoft.Extensions.Logging.Abstractions.dll
</HintPath>
</Reference>
<Reference
Include=
"Microsoft.Extensions.Options, Version=2.0.1.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL"
>
<HintPath>
..\packages\Microsoft.Extensions.Options.2.0.1\lib\netstandard2.0\Microsoft.Extensions.Options.dll
</HintPath>
</Reference>
<Reference
Include=
"Microsoft.Extensions.Primitives, Version=2.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL"
>
<HintPath>
..\packages\Microsoft.Extensions.Primitives.2.0.0\lib\netstandard2.0\Microsoft.Extensions.Primitives.dll
</HintPath>
</Reference>
<Reference
Include=
"SQLitePCLRaw.batteries_v2, Version=2.0.2.669, Culture=neutral, PublicKeyToken=8226ea5df37bcae9, processorArchitecture=MSIL"
>
<HintPath>
..\packages\SQLitePCLRaw.bundle_e_sqlite3.2.0.2\lib\net461\SQLitePCLRaw.batteries_v2.dll
</HintPath>
</Reference>
<Reference
Include=
"SQLitePCLRaw.core, Version=2.0.2.669, Culture=neutral, PublicKeyToken=1488e028ca7ab535, processorArchitecture=MSIL"
>
<HintPath>
..\packages\SQLitePCLRaw.core.2.0.2\lib\netstandard2.0\SQLitePCLRaw.core.dll
</HintPath>
</Reference>
<Reference
Include=
"SQLitePCLRaw.nativelibrary, Version=2.0.2.669, Culture=neutral, PublicKeyToken=502ed628492ab262, processorArchitecture=MSIL"
>
<HintPath>
..\packages\SQLitePCLRaw.bundle_e_sqlite3.2.0.2\lib\net461\SQLitePCLRaw.nativelibrary.dll
</HintPath>
</Reference>
<Reference
Include=
"SQLitePCLRaw.provider.dynamic_cdecl, Version=2.0.2.669, Culture=neutral, PublicKeyToken=b68184102cba0b3b, processorArchitecture=MSIL"
>
<HintPath>
..\packages\SQLitePCLRaw.provider.dynamic_cdecl.2.0.2\lib\netstandard2.0\SQLitePCLRaw.provider.dynamic_cdecl.dll
</HintPath>
</Reference>
<Reference
Include=
"System"
/>
<Reference
Include=
"System.Buffers, Version=4.0.2.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"
>
<HintPath>
..\packages\System.Buffers.4.4.0\lib\netstandard2.0\System.Buffers.dll
</HintPath>
</Reference>
<Reference
Include=
"System.ComponentModel.Annotations, Version=4.2.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"
>
<HintPath>
..\packages\System.ComponentModel.Annotations.4.4.1\lib\net461\System.ComponentModel.Annotations.dll
</HintPath>
</Reference>
<Reference
Include=
"System.ComponentModel.DataAnnotations"
/>
<Reference
Include=
"System.Configuration"
/>
<Reference
Include=
"System.Core"
/>
<Reference
Include=
"System.Memory, Version=4.0.1.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"
>
<HintPath>
..\packages\System.Memory.4.5.3\lib\netstandard2.0\System.Memory.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Net.Http.WebRequest"
/>
<Reference
Include=
"System.Numerics"
/>
<Reference
Include=
"System.Numerics.Vectors, Version=4.1.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"
>
<HintPath>
..\packages\System.Numerics.Vectors.4.4.0\lib\net46\System.Numerics.Vectors.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Runtime.CompilerServices.Unsafe, Version=4.0.4.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"
>
<HintPath>
..\packages\System.Runtime.CompilerServices.Unsafe.4.5.2\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll
</HintPath>
</Reference>
<Reference
Include=
"System.ValueTuple, Version=4.0.2.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"
>
<HintPath>
..\packages\System.ValueTuple.4.4.0\lib\net461\System.ValueTuple.dll
</HintPath>
<Private>
True
</Private>
<Private>
True
</Private>
</Reference>
<Reference
Include=
"System.Xml.Linq"
/>
<Reference
Include=
"System.Data.DataSetExtensions"
/>
<Reference
Include=
"Microsoft.CSharp"
/>
<Reference
Include=
"System.Data"
/>
<Reference
Include=
"System.Net.Http"
/>
<Reference
Include=
"System.Xml"
/>
</ItemGroup>
<ItemGroup>
<Compile
Include=
"MigrationsHelpers.cs"
/>
<Compile
Include=
"Migrations\Migration201907011352ProjectApi.cs"
/>
<Compile
Include=
"Migrations\Migration201907081510EnhanceProjectApi.cs"
/>
<Compile
Include=
"Migrations\Migration201907100900UserProfilesApi.cs"
/>
<Compile
Include=
"Migrations\Migration201908071616RdsResource.cs"
/>
<Compile
Include=
"Migrations\Migration201908121401GitlabResource.cs"
/>
<Compile
Include=
"Migrations\Migration201908231520ResourceDisplayName.cs"
/>
<Compile
Include=
"Migrations\Migration201908290941ORCiD.cs"
/>
<Compile
Include=
"Migrations\Migration201909111125ProjectEnhancement.cs"
/>
<Compile
Include=
"Migrations\Migration201909160919UserEnhancement.cs"
/>
<Compile
Include=
"Migrations\Migration201909190938ResourceEnhancement.cs"
/>
<Compile
Include=
"Migrations\Migration201910021300ResourceDescription.cs"
/>
<Compile
Include=
"Migrations\Migration201910161154InstitutesDisciplines.cs"
/>
<Compile
Include=
"Migrations\Migration201910241600ResourceMetadata.cs"
/>
<Compile
Include=
"Migrations\Migration201911040900EnglishDFG.cs"
/>
<Compile
Include=
"Migrations\Migration201911121400Logging.cs"
/>
<Compile
Include=
"Migrations\Migration201912060900BucketApplication.cs"
/>
<Compile
Include=
"Migrations\Migration201912091553ShibbolethAddition.cs"
/>
<Compile
Include=
"Migrations\Migration202001071100ExtendLogging.cs"
/>
<Compile
Include=
"Migrations\Migration202001131100ResourceCreator.cs"
/>
<Compile
Include=
"Migrations\Migration202001270800ResourceFlags.cs"
/>
<Compile
Include=
"Migrations\Migration202002041409ProjectDeletedColumn.cs"
/>
<Compile
Include=
"Migrations\Migration202002101300MoreLicenses.cs"
/>
<Compile
Include=
"Migrations\Migration202003121255ActivatedFeatures.cs"
/>
<Compile
Include=
"Migrations\Migration202003192117ORCiDEmailAddress.cs"
/>
<Compile
Include=
"Migrations\Migration202003231800Organizations.cs"
/>
<Compile
Include=
"Migrations\Migration202004151354S3ResourceUrl.cs"
/>
<Compile
Include=
"Migrations\Migration202005151300ExtendUser.cs"
/>
<Compile
Include=
"Migrations\Migration202005251520TOS.cs"
/>
<Compile
Include=
"Migrations\Migration202005281400ProjectUrl.cs"
/>
<Compile
Include=
"Migrations\Migration202006261208ProjectQuotas.cs"
/>
<Compile
Include=
"CoscineMigrations.cs"
/>
<Compile
Include=
"Migrations\Migration202010011800Reporting.cs"
/>
<Compile
Include=
"Migrations\Migration202010271100ApiTokens.cs"
/>
<Compile
Include=
"Properties\AssemblyInfo.cs"
/>
</ItemGroup>
<ItemGroup>
<EmbeddedResource
Include=
"Assets\dfg_structure.rdf"
/>
</ItemGroup>
<ItemGroup>
<EmbeddedResource
Include=
"Assets\Institutes.csv"
/>
</ItemGroup>
<ItemGroup>
<EmbeddedResource
Include=
"Assets\Licenses.rdf"
/>
</ItemGroup>
<ItemGroup>
<EmbeddedResource
Include=
"Migrations\Migration202003121255ActivatedFeatures_up.sql"
/>
</ItemGroup>
<ItemGroup>
<EmbeddedResource
Include=
"Migrations\Migration202005281400ProjectUrl_up.sql"
/>
</ItemGroup>
<ItemGroup>
<EmbeddedResource
Include=
"Migrations\Migration202006261208ProjectQuotas_up.sql"
/>
</ItemGroup>
<ItemGroup>
<None
Include=
"app.config"
/>
<None
Include=
"packages.config"
/>
</ItemGroup>
<Import
Project=
"$(MSBuildToolsPath)\Microsoft.CSharp.targets"
/>
<Import
Project=
"..\packages\SQLitePCLRaw.lib.e_sqlite3.2.0.2\build\net461\SQLitePCLRaw.lib.e_sqlite3.targets"
Condition=
"Exists('..\packages\SQLitePCLRaw.lib.e_sqlite3.2.0.2\build\net461\SQLitePCLRaw.lib.e_sqlite3.targets')"
/>
<Target
Name=
"EnsureNuGetPackageBuildImports"
BeforeTargets=
"PrepareForBuild"
>
<PropertyGroup>
<ErrorText>
This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.
</ErrorText>
</PropertyGroup>
<Error
Condition=
"!Exists('..\packages\SQLitePCLRaw.lib.e_sqlite3.2.0.2\build\net461\SQLitePCLRaw.lib.e_sqlite3.targets')"
Text=
"$([System.String]::Format('$(ErrorText)', '..\packages\SQLitePCLRaw.lib.e_sqlite3.2.0.2\build\net461\SQLitePCLRaw.lib.e_sqlite3.targets'))"
/>
<Error
Condition=
"!Exists('..\packages\FluentMigrator.Runner.SqlServerCe.3.2.8\build\netstandard2.0\FluentMigrator.Runner.SqlServerCe.targets')"
Text=
"$([System.String]::Format('$(ErrorText)', '..\packages\FluentMigrator.Runner.SqlServerCe.3.2.8\build\netstandard2.0\FluentMigrator.Runner.SqlServerCe.targets'))"
/>
</Target>
<Import
Project=
"..\packages\FluentMigrator.Runner.SqlServerCe.3.2.8\build\netstandard2.0\FluentMigrator.Runner.SqlServerCe.targets"
Condition=
"Exists('..\packages\FluentMigrator.Runner.SqlServerCe.3.2.8\build\netstandard2.0\FluentMigrator.Runner.SqlServerCe.targets')"
/>
</Project>
src/Migrations/Migrations/Migration202010271100ApiTokens.cs
0 → 100644
View file @
26a48695
using
FluentMigrator
;
namespace
Coscine.Migrations.Migrations
{
//yyyymmddhhmm
[
Migration
(
202010271100
)]
public
class
Migration202010271100ApiTokens
:
Migration
{
public
override
void
Down
()
{
Delete
.
Table
(
"ApiTokens"
);
}
public
override
void
Up
()
{
Create
.
Table
(
"ApiTokens"
)
.
WithColumn
(
"Id"
).
AsGuid
().
PrimaryKey
().
WithDefault
(
SystemMethods
.
NewGuid
)
.
WithColumn
(
"Name"
).
AsString
().
NotNullable
()
.
WithColumn
(
"UserId"
).
AsGuid
().
NotNullable
()
.
WithColumn
(
"IssuedAt"
).
AsDateTime
().
NotNullable
()
.
WithColumn
(
"Expiration"
).
AsDateTime
().
NotNullable
();
Create
.
ForeignKey
()
.
FromTable
(
"ApiTokens"
).
ForeignColumn
(
"UserId"
)
.
ToTable
(
"Users"
).
PrimaryColumn
(
"Id"
);
}
}
}
src/Migrations/Properties/AssemblyInfo.cs
View file @
26a48695
...
@@ -11,6 +11,6 @@ using System.Reflection;
...
@@ -11,6 +11,6 @@ using System.Reflection;
[
assembly
:
AssemblyProduct
(
"Migrations"
)]
[
assembly
:
AssemblyProduct
(
"Migrations"
)]
[
assembly
:
AssemblyVersion
(
"1.8.0"
)]
[
assembly
:
AssemblyVersion
(
"1.8.0"
)]
[
assembly
:
AssemblyFileVersion
(
"1.8.0"
)]
[
assembly
:
AssemblyFileVersion
(
"1.8.0"
)]
[
assembly
:
AssemblyInformationalVersion
(
"1.8.0-topic-1
051-basic
0004"
)]
[
assembly
:
AssemblyInformationalVersion
(
"1.8.0-topic-1
125-apito
0004"
)]
[
assembly
:
AssemblyCopyright
(
"2020 IT Center, RWTH Aachen University"
)]
[
assembly
:
AssemblyCopyright
(
"2020 IT Center, RWTH Aachen University"
)]
src/Migrator/Properties/AssemblyInfo.cs
View file @
26a48695
...
@@ -11,6 +11,6 @@ using System.Reflection;
...
@@ -11,6 +11,6 @@ using System.Reflection;
[
assembly
:
AssemblyProduct
(
"Migrator"
)]
[
assembly
:
AssemblyProduct
(
"Migrator"
)]
[
assembly
:
AssemblyVersion
(
"1.8.0"
)]
[
assembly
:
AssemblyVersion
(
"1.8.0"
)]
[
assembly
:
AssemblyFileVersion
(
"1.8.0"
)]
[
assembly
:
AssemblyFileVersion
(
"1.8.0"
)]
[
assembly
:
AssemblyInformationalVersion
(
"1.8.0-topic-1
051-basic
0004"
)]
[
assembly
:
AssemblyInformationalVersion
(
"1.8.0-topic-1
125-apito
0004"
)]
[
assembly
:
AssemblyCopyright
(
"2020 IT Center, RWTH Aachen University"
)]
[
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