DocSpace-client/common/ASC.Core.Common/Migrations/MySql/FilesDbContextMySql/MySqlFilesDbContextModelSnapshot.cs

784 lines
26 KiB
C#
Raw Normal View History

2020-10-06 11:39:44 +00:00
// <auto-generated />
using ASC.Core.Common.EF.Context;
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Infrastructure;
2021-03-09 17:56:57 +00:00
using Microsoft.EntityFrameworkCore.Storage.ValueConversion;
2020-10-06 11:39:44 +00:00
namespace ASC.Core.Common.Migrations.MySql.FilesDbContextMySql
{
[DbContext(typeof(MySqlFilesDbContext))]
2021-03-09 17:56:57 +00:00
partial class MySqlFilesDbContextModelSnapshot : ModelSnapshot
2020-10-06 11:39:44 +00:00
{
protected override void BuildModel(ModelBuilder modelBuilder)
{
#pragma warning disable 612, 618
modelBuilder
2021-03-09 17:56:57 +00:00
.HasAnnotation("Relational:MaxIdentifierLength", 64)
.HasAnnotation("ProductVersion", "5.0.3");
2020-10-06 11:39:44 +00:00
modelBuilder.Entity("ASC.Core.Common.EF.Model.FilesConverts", b =>
{
b.Property<string>("Input")
.HasColumnType("varchar(50)")
2021-03-09 17:56:57 +00:00
.HasColumnName("input")
.UseCollation("utf8_general_ci")
.HasCharSet("utf8");
2020-10-06 11:39:44 +00:00
2021-03-09 17:56:57 +00:00
b.Property<string>("Output")
2020-10-06 11:39:44 +00:00
.HasColumnType("varchar(50)")
2021-03-09 17:56:57 +00:00
.HasColumnName("output")
.UseCollation("utf8_general_ci")
.HasCharSet("utf8");
2020-10-06 11:39:44 +00:00
2021-03-09 17:56:57 +00:00
b.HasKey("Input", "Output")
2020-10-06 11:39:44 +00:00
.HasName("PRIMARY");
b.ToTable("files_converts");
b.HasData(
new
{
Input = ".csv",
2021-03-09 17:56:57 +00:00
Output = ".ods"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".csv",
2021-03-09 17:56:57 +00:00
Output = ".pdf"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".csv",
2021-03-09 17:56:57 +00:00
Output = ".xlsx"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".doc",
2021-03-09 17:56:57 +00:00
Output = ".docx"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".doc",
2021-03-09 17:56:57 +00:00
Output = ".odt"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".doc",
2021-03-09 17:56:57 +00:00
Output = ".pdf"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".doc",
2021-03-09 17:56:57 +00:00
Output = ".rtf"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".doc",
2021-03-09 17:56:57 +00:00
Output = ".txt"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".docm",
2021-03-09 17:56:57 +00:00
Output = ".docx"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".docm",
2021-03-09 17:56:57 +00:00
Output = ".odt"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".docm",
2021-03-09 17:56:57 +00:00
Output = ".pdf"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".docm",
2021-03-09 17:56:57 +00:00
Output = ".rtf"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".docm",
2021-03-09 17:56:57 +00:00
Output = ".txt"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".doct",
2021-03-09 17:56:57 +00:00
Output = ".docx"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".docx",
2021-03-09 17:56:57 +00:00
Output = ".odt"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".docx",
2021-03-09 17:56:57 +00:00
Output = ".pdf"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".docx",
2021-03-09 17:56:57 +00:00
Output = ".rtf"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".docx",
2021-03-09 17:56:57 +00:00
Output = ".txt"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".dot",
2021-03-09 17:56:57 +00:00
Output = ".docx"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".dot",
2021-03-09 17:56:57 +00:00
Output = ".odt"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".dot",
2021-03-09 17:56:57 +00:00
Output = ".pdf"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".dot",
2021-03-09 17:56:57 +00:00
Output = ".rtf"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".dot",
2021-03-09 17:56:57 +00:00
Output = ".txt"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".dotm",
2021-03-09 17:56:57 +00:00
Output = ".docx"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".dotm",
2021-03-09 17:56:57 +00:00
Output = ".odt"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".dotm",
2021-03-09 17:56:57 +00:00
Output = ".pdf"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".dotm",
2021-03-09 17:56:57 +00:00
Output = ".rtf"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".dotm",
2021-03-09 17:56:57 +00:00
Output = ".txt"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".dotx",
2021-03-09 17:56:57 +00:00
Output = ".docx"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".dotx",
2021-03-09 17:56:57 +00:00
Output = ".odt"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".dotx",
2021-03-09 17:56:57 +00:00
Output = ".pdf"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".dotx",
2021-03-09 17:56:57 +00:00
Output = ".rtf"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".dotx",
2021-03-09 17:56:57 +00:00
Output = ".txt"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".epub",
2021-03-09 17:56:57 +00:00
Output = ".docx"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".epub",
2021-03-09 17:56:57 +00:00
Output = ".odt"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".epub",
2021-03-09 17:56:57 +00:00
Output = ".pdf"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".epub",
2021-03-09 17:56:57 +00:00
Output = ".rtf"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".epub",
2021-03-09 17:56:57 +00:00
Output = ".txt"
2020-10-06 11:39:44 +00:00
},
new
2021-05-17 11:35:00 +00:00
{
Input = ".fb2",
Output = ".docx"
},
new
{
Input = ".fb2",
Output = ".odt"
},
new
{
Input = ".fb2",
Output = ".pdf"
},
new
{
Input = ".fb2",
Output = ".rtf"
},
new
{
Input = ".fb2",
Output = ".txt"
},
new
2020-10-06 11:39:44 +00:00
{
Input = ".fodp",
2021-03-09 17:56:57 +00:00
Output = ".odp"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".fodp",
2021-03-09 17:56:57 +00:00
Output = ".pdf"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".fodp",
2021-03-09 17:56:57 +00:00
Output = ".pptx"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".fods",
2021-03-09 17:56:57 +00:00
Output = ".csv"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".fods",
2021-03-09 17:56:57 +00:00
Output = ".ods"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".fods",
2021-03-09 17:56:57 +00:00
Output = ".pdf"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".fods",
2021-03-09 17:56:57 +00:00
Output = ".xlsx"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".fodt",
2021-03-09 17:56:57 +00:00
Output = ".docx"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".fodt",
2021-03-09 17:56:57 +00:00
Output = ".odt"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".fodt",
2021-03-09 17:56:57 +00:00
Output = ".pdf"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".fodt",
2021-03-09 17:56:57 +00:00
Output = ".rtf"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".fodt",
2021-03-09 17:56:57 +00:00
Output = ".txt"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".html",
2021-03-09 17:56:57 +00:00
Output = ".docx"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".html",
2021-03-09 17:56:57 +00:00
Output = ".odt"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".html",
2021-03-09 17:56:57 +00:00
Output = ".pdf"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".html",
2021-03-09 17:56:57 +00:00
Output = ".rtf"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".html",
2021-03-09 17:56:57 +00:00
Output = ".txt"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".mht",
2021-03-09 17:56:57 +00:00
Output = ".docx"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".mht",
2021-03-09 17:56:57 +00:00
Output = ".odt"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".mht",
2021-03-09 17:56:57 +00:00
Output = ".pdf"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".mht",
2021-03-09 17:56:57 +00:00
Output = ".rtf"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".mht",
2021-03-09 17:56:57 +00:00
Output = ".txt"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".odp",
2021-03-09 17:56:57 +00:00
Output = ".pdf"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".odp",
2021-03-09 17:56:57 +00:00
Output = ".pptx"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".otp",
2021-03-09 17:56:57 +00:00
Output = ".odp"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".otp",
2021-03-09 17:56:57 +00:00
Output = ".pdf"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".otp",
2021-03-09 17:56:57 +00:00
Output = ".pptx"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".ods",
2021-03-09 17:56:57 +00:00
Output = ".csv"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".ods",
2021-03-09 17:56:57 +00:00
Output = ".pdf"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".ods",
2021-03-09 17:56:57 +00:00
Output = ".xlsx"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".ots",
2021-03-09 17:56:57 +00:00
Output = ".csv"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".ots",
2021-03-09 17:56:57 +00:00
Output = ".ods"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".ots",
2021-03-09 17:56:57 +00:00
Output = ".pdf"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".ots",
2021-03-09 17:56:57 +00:00
Output = ".xlsx"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".odt",
2021-03-09 17:56:57 +00:00
Output = ".docx"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".odt",
2021-03-09 17:56:57 +00:00
Output = ".pdf"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".odt",
2021-03-09 17:56:57 +00:00
Output = ".rtf"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".odt",
2021-03-09 17:56:57 +00:00
Output = ".txt"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".ott",
2021-03-09 17:56:57 +00:00
Output = ".docx"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".ott",
2021-03-09 17:56:57 +00:00
Output = ".odt"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".ott",
2021-03-09 17:56:57 +00:00
Output = ".pdf"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".ott",
2021-03-09 17:56:57 +00:00
Output = ".rtf"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".ott",
2021-03-09 17:56:57 +00:00
Output = ".txt"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".pot",
2021-03-09 17:56:57 +00:00
Output = ".odp"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".pot",
2021-03-09 17:56:57 +00:00
Output = ".pdf"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".pot",
2021-03-09 17:56:57 +00:00
Output = ".pptx"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".potm",
2021-03-09 17:56:57 +00:00
Output = ".odp"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".potm",
2021-03-09 17:56:57 +00:00
Output = ".pdf"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".potm",
2021-03-09 17:56:57 +00:00
Output = ".pptx"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".potx",
2021-03-09 17:56:57 +00:00
Output = ".odp"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".potx",
2021-03-09 17:56:57 +00:00
Output = ".pdf"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".potx",
2021-03-09 17:56:57 +00:00
Output = ".pptx"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".pps",
2021-03-09 17:56:57 +00:00
Output = ".odp"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".pps",
2021-03-09 17:56:57 +00:00
Output = ".pdf"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".pps",
2021-03-09 17:56:57 +00:00
Output = ".pptx"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".ppsm",
2021-03-09 17:56:57 +00:00
Output = ".odp"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".ppsm",
2021-03-09 17:56:57 +00:00
Output = ".pdf"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".ppsm",
2021-03-09 17:56:57 +00:00
Output = ".pptx"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".ppsx",
2021-03-09 17:56:57 +00:00
Output = ".odp"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".ppsx",
2021-03-09 17:56:57 +00:00
Output = ".pdf"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".ppsx",
2021-03-09 17:56:57 +00:00
Output = ".pptx"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".ppt",
2021-03-09 17:56:57 +00:00
Output = ".odp"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".ppt",
2021-03-09 17:56:57 +00:00
Output = ".pdf"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".ppt",
2021-03-09 17:56:57 +00:00
Output = ".pptx"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".pptm",
2021-03-09 17:56:57 +00:00
Output = ".odp"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".pptm",
2021-03-09 17:56:57 +00:00
Output = ".pdf"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".pptm",
2021-03-09 17:56:57 +00:00
Output = ".pptx"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".pptt",
2021-03-09 17:56:57 +00:00
Output = ".odp"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".pptt",
2021-03-09 17:56:57 +00:00
Output = ".pdf"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".pptt",
2021-03-09 17:56:57 +00:00
Output = ".pptx"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".pptx",
2021-03-09 17:56:57 +00:00
Output = ".odp"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".pptx",
2021-03-09 17:56:57 +00:00
Output = ".pdf"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".rtf",
2021-03-09 17:56:57 +00:00
Output = ".odp"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".rtf",
2021-03-09 17:56:57 +00:00
Output = ".pdf"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".rtf",
2021-03-09 17:56:57 +00:00
Output = ".docx"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".rtf",
2021-03-09 17:56:57 +00:00
Output = ".txt"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".txt",
2021-03-09 17:56:57 +00:00
Output = ".pdf"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".txt",
2021-03-09 17:56:57 +00:00
Output = ".docx"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".txt",
2021-03-09 17:56:57 +00:00
Output = ".odp"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".txt",
2021-03-09 17:56:57 +00:00
Output = ".rtx"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".xls",
2021-03-09 17:56:57 +00:00
Output = ".csv"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".xls",
2021-03-09 17:56:57 +00:00
Output = ".ods"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".xls",
2021-03-09 17:56:57 +00:00
Output = ".pdf"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".xls",
2021-03-09 17:56:57 +00:00
Output = ".xlsx"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".xlsm",
2021-03-09 17:56:57 +00:00
Output = ".csv"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".xlsm",
2021-03-09 17:56:57 +00:00
Output = ".pdf"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".xlsm",
2021-03-09 17:56:57 +00:00
Output = ".ods"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".xlsm",
2021-03-09 17:56:57 +00:00
Output = ".xlsx"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".xlst",
2021-03-09 17:56:57 +00:00
Output = ".pdf"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".xlst",
2021-03-09 17:56:57 +00:00
Output = ".xlsx"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".xlst",
2021-03-09 17:56:57 +00:00
Output = ".csv"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".xlst",
2021-03-09 17:56:57 +00:00
Output = ".ods"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".xlt",
2021-03-09 17:56:57 +00:00
Output = ".csv"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".xlt",
2021-03-09 17:56:57 +00:00
Output = ".ods"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".xlt",
2021-03-09 17:56:57 +00:00
Output = ".pdf"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".xlt",
2021-03-09 17:56:57 +00:00
Output = ".xlsx"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".xltm",
2021-03-09 17:56:57 +00:00
Output = ".csv"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".xltm",
2021-03-09 17:56:57 +00:00
Output = ".ods"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".xltm",
2021-03-09 17:56:57 +00:00
Output = ".pdf"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".xltm",
2021-03-09 17:56:57 +00:00
Output = ".xlsx"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".xltx",
2021-03-09 17:56:57 +00:00
Output = ".pdf"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".xltx",
2021-03-09 17:56:57 +00:00
Output = ".csv"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".xltx",
2021-03-09 17:56:57 +00:00
Output = ".ods"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".xltx",
2021-03-09 17:56:57 +00:00
Output = ".xlsx"
2020-10-06 11:39:44 +00:00
},
new
{
Input = ".xps",
2021-03-09 17:56:57 +00:00
Output = ".pdf"
2020-10-06 11:39:44 +00:00
});
});
#pragma warning restore 612, 618
}
}
}