Created migrations to rename camel case columns to snake case

This commit is contained in:
Alejandro Celaya
2018-10-20 09:00:29 +02:00
parent 46482522bb
commit 26fd61a3ed
5 changed files with 134 additions and 0 deletions

View File

@@ -18,6 +18,7 @@ rm -rf "${builtcontent}"
mkdir -p "${builtcontent}"
rsync -av * "${builtcontent}" \
--exclude=data/infra \
--exclude=data/migrations_template.txt \
--exclude=**/.gitignore \
--exclude=CHANGELOG.md \
--exclude=composer.lock \