-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ade664b
commit ed8d2af
Showing
5 changed files
with
181 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
29 changes: 29 additions & 0 deletions
29
ZkData/Migrations/202005171620366_indexLobbyChatHistorySayPlace.Designer.cs
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
18 changes: 18 additions & 0 deletions
18
ZkData/Migrations/202005171620366_indexLobbyChatHistorySayPlace.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
namespace ZkData.Migrations | ||
{ | ||
using System; | ||
using System.Data.Entity.Migrations; | ||
|
||
public partial class indexLobbyChatHistorySayPlace : DbMigration | ||
{ | ||
public override void Up() | ||
{ | ||
CreateIndex("dbo.LobbyChatHistories", "SayPlace"); | ||
} | ||
|
||
public override void Down() | ||
{ | ||
DropIndex("dbo.LobbyChatHistories", new[] { "SayPlace" }); | ||
} | ||
} | ||
} |
126 changes: 126 additions & 0 deletions
126
ZkData/Migrations/202005171620366_indexLobbyChatHistorySayPlace.resx
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters