Add Message migration script
This commit is contained in:
parent
a8c91c0372
commit
fce6be56e2
5 changed files with 132 additions and 36 deletions
8
Geekbot.net/Commands/Admin/Owner/MigrationMethods.cs
Normal file
8
Geekbot.net/Commands/Admin/Owner/MigrationMethods.cs
Normal file
|
@ -0,0 +1,8 @@
|
|||
namespace Geekbot.net.Commands.Admin.Owner
|
||||
{
|
||||
public enum MigrationMethods
|
||||
{
|
||||
redis,
|
||||
messages
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue