Skip to content

Commit

Permalink
🐛 添加新表 旧数据全部失效 旧数据 IsBuild 全部异常
Browse files Browse the repository at this point in the history
  • Loading branch information
Mossimos committed Feb 21, 2024
1 parent c33dfc8 commit 77f8178
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/BD.WTTS.Client.Plugins.Accelerator/Entities/Script.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ namespace BD.WTTS.Entities;
[DebuggerDisplay("{DebuggerDisplay(),nq}")]
public sealed class Script : IEntity<int>
{
public const string TableName = "1B2D820C";
//TableName = ScriptV2
public const string TableName = "CAEC0F80";
public const string ColumnName_Id = "E386BC36";
public const string ColumnName_Enable = "6DB11594";
public const string ColumnName_CachePath = "997C6B59";
Expand Down

0 comments on commit 77f8178

Please sign in to comment.