DocSpace-buildtools/common/ASC.Core.Common/Migrations/PostgreSql/FilesDbContextPostgreSql/PostgreSqlFilesDbContextModelSnapshot.cs

784 lines
26 KiB
C#
Raw Normal View History

2021-10-12 10:25:56 +00:00
// <auto-generated />
2020-09-29 17:13:09 +00:00
using ASC.Core.Common.EF.Context;
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Infrastructure;
2021-10-12 10:25:56 +00:00
using Microsoft.EntityFrameworkCore.Storage.ValueConversion;
2020-09-29 17:13:09 +00:00
using Npgsql.EntityFrameworkCore.PostgreSQL.Metadata;
2021-10-12 10:25:56 +00:00
namespace ASC.Core.Common.Migrations.PostgreSql.FilesDbContextPostgreSql
2020-09-29 17:13:09 +00:00
{
2020-10-06 11:39:44 +00:00
[DbContext(typeof(PostgreSqlFilesDbContext))]
2021-10-12 10:25:56 +00:00
partial class PostgreSqlFilesDbContextModelSnapshot : ModelSnapshot
2020-09-29 17:13:09 +00:00
{
protected override void BuildModel(ModelBuilder modelBuilder)
{
#pragma warning disable 612, 618
modelBuilder
2021-10-12 10:25:56 +00:00
.HasAnnotation("Relational:MaxIdentifierLength", 63)
.HasAnnotation("ProductVersion", "5.0.10")
.HasAnnotation("Npgsql:ValueGenerationStrategy", NpgsqlValueGenerationStrategy.IdentityByDefaultColumn);
2020-09-29 17:13:09 +00:00
modelBuilder.Entity("ASC.Core.Common.EF.Model.FilesConverts", b =>
{
b.Property<string>("Input")
2021-10-12 10:25:56 +00:00
.HasMaxLength(50)
2020-09-29 17:13:09 +00:00
.HasColumnType("character varying(50)")
2021-10-12 10:25:56 +00:00
.HasColumnName("input");
2020-09-29 17:13:09 +00:00
2021-10-12 10:25:56 +00:00
b.Property<string>("Output")
.HasMaxLength(50)
2020-09-29 17:13:09 +00:00
.HasColumnType("character varying(50)")
2021-10-12 10:25:56 +00:00
.HasColumnName("output");
2020-09-29 17:13:09 +00:00
2021-10-12 10:25:56 +00:00
b.HasKey("Input", "Output")
2020-09-29 17:13:09 +00:00
.HasName("files_converts_pkey");
2021-10-12 10:25:56 +00:00
b.ToTable("files_converts", "onlyoffice");
2020-09-29 17:13:09 +00:00
b.HasData(
new
{
Input = ".csv",
2021-10-12 10:25:56 +00:00
Output = ".ods"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".csv",
2021-10-12 10:25:56 +00:00
Output = ".pdf"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".csv",
2021-10-12 10:25:56 +00:00
Output = ".xlsx"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".doc",
2021-10-12 10:25:56 +00:00
Output = ".docx"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".doc",
2021-10-12 10:25:56 +00:00
Output = ".odt"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".doc",
2021-10-12 10:25:56 +00:00
Output = ".pdf"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".doc",
2021-10-12 10:25:56 +00:00
Output = ".rtf"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".doc",
2021-10-12 10:25:56 +00:00
Output = ".txt"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".docm",
2021-10-12 10:25:56 +00:00
Output = ".docx"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".docm",
2021-10-12 10:25:56 +00:00
Output = ".odt"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".docm",
2021-10-12 10:25:56 +00:00
Output = ".pdf"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".docm",
2021-10-12 10:25:56 +00:00
Output = ".rtf"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".docm",
2021-10-12 10:25:56 +00:00
Output = ".txt"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".doct",
2021-10-12 10:25:56 +00:00
Output = ".docx"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".docx",
2021-10-12 10:25:56 +00:00
Output = ".odt"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".docx",
2021-10-12 10:25:56 +00:00
Output = ".pdf"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".docx",
2021-10-12 10:25:56 +00:00
Output = ".rtf"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".docx",
2021-10-12 10:25:56 +00:00
Output = ".txt"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".dot",
2021-10-12 10:25:56 +00:00
Output = ".docx"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".dot",
2021-10-12 10:25:56 +00:00
Output = ".odt"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".dot",
2021-10-12 10:25:56 +00:00
Output = ".pdf"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".dot",
2021-10-12 10:25:56 +00:00
Output = ".rtf"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".dot",
2021-10-12 10:25:56 +00:00
Output = ".txt"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".dotm",
2021-10-12 10:25:56 +00:00
Output = ".docx"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".dotm",
2021-10-12 10:25:56 +00:00
Output = ".odt"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".dotm",
2021-10-12 10:25:56 +00:00
Output = ".pdf"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".dotm",
2021-10-12 10:25:56 +00:00
Output = ".rtf"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".dotm",
2021-10-12 10:25:56 +00:00
Output = ".txt"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".dotx",
2021-10-12 10:25:56 +00:00
Output = ".docx"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".dotx",
2021-10-12 10:25:56 +00:00
Output = ".odt"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".dotx",
2021-10-12 10:25:56 +00:00
Output = ".pdf"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".dotx",
2021-10-12 10:25:56 +00:00
Output = ".rtf"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".dotx",
2021-10-12 10:25:56 +00:00
Output = ".txt"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".epub",
2021-10-12 10:25:56 +00:00
Output = ".docx"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".epub",
2021-10-12 10:25:56 +00:00
Output = ".odt"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".epub",
2021-10-12 10:25:56 +00:00
Output = ".pdf"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".epub",
2021-10-12 10:25:56 +00:00
Output = ".rtf"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".epub",
2021-10-12 10:25:56 +00:00
Output = ".txt"
2020-09-29 17:13:09 +00:00
},
new
2021-05-17 11:35:00 +00:00
{
Input = ".fb2",
2021-10-12 10:25:56 +00:00
Output = ".docx"
2021-05-17 11:35:00 +00:00
},
new
{
Input = ".fb2",
2021-10-12 10:25:56 +00:00
Output = ".odt"
2021-05-17 11:35:00 +00:00
},
new
{
Input = ".fb2",
2021-10-12 10:25:56 +00:00
Output = ".pdf"
2021-05-17 11:35:00 +00:00
},
new
{
Input = ".fb2",
2021-10-12 10:25:56 +00:00
Output = ".rtf"
2021-05-17 11:35:00 +00:00
},
new
{
Input = ".fb2",
2021-10-12 10:25:56 +00:00
Output = ".txt"
2021-05-17 11:35:00 +00:00
},
new
2020-09-29 17:13:09 +00:00
{
Input = ".fodp",
2021-10-12 10:25:56 +00:00
Output = ".odp"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".fodp",
2021-10-12 10:25:56 +00:00
Output = ".pdf"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".fodp",
2021-10-12 10:25:56 +00:00
Output = ".pptx"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".fods",
2021-10-12 10:25:56 +00:00
Output = ".csv"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".fods",
2021-10-12 10:25:56 +00:00
Output = ".ods"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".fods",
2021-10-12 10:25:56 +00:00
Output = ".pdf"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".fods",
2021-10-12 10:25:56 +00:00
Output = ".xlsx"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".fodt",
2021-10-12 10:25:56 +00:00
Output = ".docx"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".fodt",
2021-10-12 10:25:56 +00:00
Output = ".odt"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".fodt",
2021-10-12 10:25:56 +00:00
Output = ".pdf"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".fodt",
2021-10-12 10:25:56 +00:00
Output = ".rtf"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".fodt",
2021-10-12 10:25:56 +00:00
Output = ".txt"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".html",
2021-10-12 10:25:56 +00:00
Output = ".docx"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".html",
2021-10-12 10:25:56 +00:00
Output = ".odt"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".html",
2021-10-12 10:25:56 +00:00
Output = ".pdf"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".html",
2021-10-12 10:25:56 +00:00
Output = ".rtf"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".html",
2021-10-12 10:25:56 +00:00
Output = ".txt"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".mht",
2021-10-12 10:25:56 +00:00
Output = ".docx"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".mht",
2021-10-12 10:25:56 +00:00
Output = ".odt"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".mht",
2021-10-12 10:25:56 +00:00
Output = ".pdf"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".mht",
2021-10-12 10:25:56 +00:00
Output = ".rtf"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".mht",
2021-10-12 10:25:56 +00:00
Output = ".txt"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".odp",
2021-10-12 10:25:56 +00:00
Output = ".pdf"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".odp",
2021-10-12 10:25:56 +00:00
Output = ".pptx"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".otp",
2021-10-12 10:25:56 +00:00
Output = ".odp"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".otp",
2021-10-12 10:25:56 +00:00
Output = ".pdf"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".otp",
2021-10-12 10:25:56 +00:00
Output = ".pptx"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".ods",
2021-10-12 10:25:56 +00:00
Output = ".csv"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".ods",
2021-10-12 10:25:56 +00:00
Output = ".pdf"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".ods",
2021-10-12 10:25:56 +00:00
Output = ".xlsx"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".ots",
2021-10-12 10:25:56 +00:00
Output = ".csv"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".ots",
2021-10-12 10:25:56 +00:00
Output = ".ods"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".ots",
2021-10-12 10:25:56 +00:00
Output = ".pdf"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".ots",
2021-10-12 10:25:56 +00:00
Output = ".xlsx"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".odt",
2021-10-12 10:25:56 +00:00
Output = ".docx"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".odt",
2021-10-12 10:25:56 +00:00
Output = ".pdf"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".odt",
2021-10-12 10:25:56 +00:00
Output = ".rtf"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".odt",
2021-10-12 10:25:56 +00:00
Output = ".txt"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".ott",
2021-10-12 10:25:56 +00:00
Output = ".docx"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".ott",
2021-10-12 10:25:56 +00:00
Output = ".odt"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".ott",
2021-10-12 10:25:56 +00:00
Output = ".pdf"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".ott",
2021-10-12 10:25:56 +00:00
Output = ".rtf"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".ott",
2021-10-12 10:25:56 +00:00
Output = ".txt"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".pot",
2021-10-12 10:25:56 +00:00
Output = ".odp"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".pot",
2021-10-12 10:25:56 +00:00
Output = ".pdf"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".pot",
2021-10-12 10:25:56 +00:00
Output = ".pptx"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".potm",
2021-10-12 10:25:56 +00:00
Output = ".odp"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".potm",
2021-10-12 10:25:56 +00:00
Output = ".pdf"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".potm",
2021-10-12 10:25:56 +00:00
Output = ".pptx"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".potx",
2021-10-12 10:25:56 +00:00
Output = ".odp"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".potx",
2021-10-12 10:25:56 +00:00
Output = ".pdf"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".potx",
2021-10-12 10:25:56 +00:00
Output = ".pptx"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".pps",
2021-10-12 10:25:56 +00:00
Output = ".odp"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".pps",
2021-10-12 10:25:56 +00:00
Output = ".pdf"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".pps",
2021-10-12 10:25:56 +00:00
Output = ".pptx"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".ppsm",
2021-10-12 10:25:56 +00:00
Output = ".odp"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".ppsm",
2021-10-12 10:25:56 +00:00
Output = ".pdf"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".ppsm",
2021-10-12 10:25:56 +00:00
Output = ".pptx"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".ppsx",
2021-10-12 10:25:56 +00:00
Output = ".odp"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".ppsx",
2021-10-12 10:25:56 +00:00
Output = ".pdf"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".ppsx",
2021-10-12 10:25:56 +00:00
Output = ".pptx"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".ppt",
2021-10-12 10:25:56 +00:00
Output = ".odp"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".ppt",
2021-10-12 10:25:56 +00:00
Output = ".pdf"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".ppt",
2021-10-12 10:25:56 +00:00
Output = ".pptx"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".pptm",
2021-10-12 10:25:56 +00:00
Output = ".odp"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".pptm",
2021-10-12 10:25:56 +00:00
Output = ".pdf"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".pptm",
2021-10-12 10:25:56 +00:00
Output = ".pptx"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".pptt",
2021-10-12 10:25:56 +00:00
Output = ".odp"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".pptt",
2021-10-12 10:25:56 +00:00
Output = ".pdf"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".pptt",
2021-10-12 10:25:56 +00:00
Output = ".pptx"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".pptx",
2021-10-12 10:25:56 +00:00
Output = ".odp"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".pptx",
2021-10-12 10:25:56 +00:00
Output = ".pdf"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".rtf",
2021-10-12 10:25:56 +00:00
Output = ".odp"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".rtf",
2021-10-12 10:25:56 +00:00
Output = ".pdf"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".rtf",
2021-10-12 10:25:56 +00:00
Output = ".docx"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".rtf",
2021-10-12 10:25:56 +00:00
Output = ".txt"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".txt",
2021-10-12 10:25:56 +00:00
Output = ".pdf"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".txt",
2021-10-12 10:25:56 +00:00
Output = ".docx"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".txt",
2021-10-12 10:25:56 +00:00
Output = ".odp"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".txt",
2021-10-12 10:25:56 +00:00
Output = ".rtx"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".xls",
2021-10-12 10:25:56 +00:00
Output = ".csv"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".xls",
2021-10-12 10:25:56 +00:00
Output = ".ods"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".xls",
2021-10-12 10:25:56 +00:00
Output = ".pdf"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".xls",
2021-10-12 10:25:56 +00:00
Output = ".xlsx"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".xlsm",
2021-10-12 10:25:56 +00:00
Output = ".csv"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".xlsm",
2021-10-12 10:25:56 +00:00
Output = ".pdf"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".xlsm",
2021-10-12 10:25:56 +00:00
Output = ".ods"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".xlsm",
2021-10-12 10:25:56 +00:00
Output = ".xlsx"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".xlst",
2021-10-12 10:25:56 +00:00
Output = ".pdf"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".xlst",
2021-10-12 10:25:56 +00:00
Output = ".xlsx"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".xlst",
2021-10-12 10:25:56 +00:00
Output = ".csv"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".xlst",
2021-10-12 10:25:56 +00:00
Output = ".ods"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".xlt",
2021-10-12 10:25:56 +00:00
Output = ".csv"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".xlt",
2021-10-12 10:25:56 +00:00
Output = ".ods"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".xlt",
2021-10-12 10:25:56 +00:00
Output = ".pdf"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".xlt",
2021-10-12 10:25:56 +00:00
Output = ".xlsx"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".xltm",
2021-10-12 10:25:56 +00:00
Output = ".csv"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".xltm",
2021-10-12 10:25:56 +00:00
Output = ".ods"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".xltm",
2021-10-12 10:25:56 +00:00
Output = ".pdf"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".xltm",
2021-10-12 10:25:56 +00:00
Output = ".xlsx"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".xltx",
2021-10-12 10:25:56 +00:00
Output = ".pdf"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".xltx",
2021-10-12 10:25:56 +00:00
Output = ".csv"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".xltx",
2021-10-12 10:25:56 +00:00
Output = ".ods"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".xltx",
2021-10-12 10:25:56 +00:00
Output = ".xlsx"
2020-09-29 17:13:09 +00:00
},
new
{
Input = ".xps",
2021-10-12 10:25:56 +00:00
Output = ".pdf"
2020-09-29 17:13:09 +00:00
});
});
#pragma warning restore 612, 618
}
}
}