diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2016-01-31 21:38:58 +0100 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2016-01-31 21:38:58 +0100 |
commit | 691e8edd374d9e29c1500d45d8a7f5aba0f3c194 (patch) | |
tree | b979ad7a5435a175939d46d289adf640f91c7b4e | |
parent | b9cfabe5597467f3a61dc6f311f86fa9f4de0bbd (diff) | |
download | extbase-generator-cli-691e8edd374d9e29c1500d45d8a7f5aba0f3c194.tar.gz extbase-generator-cli-691e8edd374d9e29c1500d45d8a7f5aba0f3c194.tar.bz2 extbase-generator-cli-691e8edd374d9e29c1500d45d8a7f5aba0f3c194.zip |
add property: Update the "update foo to move.." message
Do not mention ext_tables.sql and $model_file since they are fixed
-rwxr-xr-x | add_extbase_property.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/add_extbase_property.sh b/add_extbase_property.sh index faf87a5..2881a1a 100755 --- a/add_extbase_property.sh +++ b/add_extbase_property.sh @@ -306,4 +306,4 @@ echo echo "Edit Resources/Private/Language/locallang_db.xlf to edit the label shown in the TCA." echo "Edit Resources/Private/Language/locallang.xlf to edit the label shown in the Frontend." echo -echo "You should edit ext_tables.sql, $tca_file and $model_file to move some definitions to the proper place." +echo "You should edit $tca_file to move the column definition to the proper place." |