mirror of
https://github.com/mgerb/classic-wow-forums
synced 2026-01-10 17:12:48 +00:00
server - adjust rate limiter - reply/thread mod update
This commit is contained in:
10
priv/repo/migrations/20180126012522_thread_remove_edited.exs
Normal file
10
priv/repo/migrations/20180126012522_thread_remove_edited.exs
Normal file
@@ -0,0 +1,10 @@
|
||||
defmodule MyApp.Repo.Migrations.ThreadRemoveEdited do
|
||||
use Ecto.Migration
|
||||
|
||||
def change do
|
||||
alter table(:thread) do
|
||||
remove :edited
|
||||
end
|
||||
end
|
||||
|
||||
end
|
||||
@@ -195,6 +195,7 @@ Enum.each(Category.get_seed(), fn(cat) ->
|
||||
end)
|
||||
end)
|
||||
|
||||
# TODO: Fix this for testing
|
||||
# insert admin user
|
||||
accounts = Application.get_env(:myapp, :admin_accounts)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user