feat(dal,domain): Таблицы роботов перенесены в схему robot. Создана таблица TemplateRenamePendings - Шаблоны находящиеся в процессе переименования
This commit is contained in:
@@ -32,10 +32,19 @@
|
||||
/// </summary>
|
||||
public const string Task = "task";
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Робот
|
||||
/// </summary>
|
||||
public const string Robot = "robot";
|
||||
|
||||
/// <summary>
|
||||
/// Шаблоны
|
||||
/// </summary>
|
||||
public const string Template = "template";
|
||||
|
||||
/// <summary>
|
||||
/// Схема public
|
||||
/// </summary>
|
||||
public const string Public = "public";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user