mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-11 15:56:05 -07:00
Product name change
This commit is contained in:
parent
83c37d926e
commit
a1ec30c641
45 changed files with 256 additions and 234 deletions
25
PlexRequests.Store/Sql.Designer.cs
generated
25
PlexRequests.Store/Sql.Designer.cs
generated
|
@ -8,7 +8,7 @@
|
|||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace PlexRequests.Store {
|
||||
namespace Ombi.Store {
|
||||
using System;
|
||||
|
||||
|
||||
|
@ -39,7 +39,7 @@ namespace PlexRequests.Store {
|
|||
internal static global::System.Resources.ResourceManager ResourceManager {
|
||||
get {
|
||||
if (object.ReferenceEquals(resourceMan, null)) {
|
||||
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("PlexRequests.Store.Sql", typeof(Sql).Assembly);
|
||||
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Ombi.Store.Sql", typeof(Sql).Assembly);
|
||||
resourceMan = temp;
|
||||
}
|
||||
return resourceMan;
|
||||
|
@ -63,24 +63,23 @@ namespace PlexRequests.Store {
|
|||
/// <summary>
|
||||
/// Looks up a localized string similar to --Any DB changes need to be made in this file.
|
||||
///
|
||||
///CREATE TABLE IF NOT EXISTS User
|
||||
///CREATE TABLE IF NOT EXISTS Users
|
||||
///(
|
||||
/// Id INTEGER PRIMARY KEY AUTOINCREMENT,
|
||||
/// User varchar(50) NOT NULL ,
|
||||
/// UserGuid varchar(50) NOT NULL ,
|
||||
/// UserName varchar(50) NOT NULL,
|
||||
/// Password varchar(100) NOT NULL
|
||||
/// Salt BLOB NOT NULL,
|
||||
/// Hash BLOB NOT NULL,
|
||||
/// UserProperties BLOB,
|
||||
/// Permissions INTEGER,
|
||||
/// Features INTEGER,
|
||||
/// Claims BLOB
|
||||
///);
|
||||
///
|
||||
///CREATE TABLE IF NOT EXISTS Settings
|
||||
///CREATE TABLE IF NOT EXISTS UserLogins
|
||||
///(
|
||||
/// Id INTEGER PRIMARY KEY AUTOINCREMENT,
|
||||
/// Port INTEGER NOT NULL,
|
||||
/// UserAuthentication INTEGER NOT NULL,
|
||||
/// PlexAuthToken varchar(50)
|
||||
///);
|
||||
///
|
||||
///CREATE TABLE IF NOT EXISTS Requested
|
||||
///( [rest of string was truncated]";.
|
||||
/// UserId varchar(50 [rest of string was truncated]";.
|
||||
/// </summary>
|
||||
internal static string SqlTables {
|
||||
get {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue