Added registrar legacy migration and don't allow blank nor colon in code

This commit is contained in:
Priit Tark 2015-05-04 14:07:06 +03:00
parent 834d638423
commit 8f23ef510d
4 changed files with 89 additions and 2 deletions

View file

@ -11,7 +11,7 @@
#
# It's strongly recommended that you check this file into your version control system.
ActiveRecord::Schema.define(version: 20150430121807) do
ActiveRecord::Schema.define(version: 20150504104922) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"