diff options
author | Ludovic Pouzenc <ludovic@pouzenc.fr> | 2018-07-20 08:18:04 +0200 |
---|---|---|
committer | Ludovic Pouzenc <ludovic@pouzenc.fr> | 2018-07-20 08:18:04 +0200 |
commit | 5e90ca7ab1cddf94e500397549b85c54aed570da (patch) | |
tree | 51f6f7ad26aa83b2485b6665be695e4c6fbf8cb5 /app-from-scratch.sh | |
parent | b59164b0b7451905adcca244e6395281eb0633ca (diff) | |
download | chd_gestion-5e90ca7ab1cddf94e500397549b85c54aed570da.zip chd_gestion-5e90ca7ab1cddf94e500397549b85c54aed570da.tar.gz chd_gestion-5e90ca7ab1cddf94e500397549b85c54aed570da.tar.bz2 |
index: no 'id' column by default
Diffstat (limited to 'app-from-scratch.sh')
-rw-r--r-- | app-from-scratch.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/app-from-scratch.sh b/app-from-scratch.sh index c84fa0a..0268887 100644 --- a/app-from-scratch.sh +++ b/app-from-scratch.sh @@ -316,3 +316,10 @@ git add src/Template/Layout/default.ctp webroot/css/local.css git add ../app-from-scratch.sh git commit -m "bake add Search filter support" +# b59164b0b7451905adcca244e6395281eb0633ca + +# index: no 'id' column by default +editor plugins/CustomTheme/src/View/Helper/BakeExtraHelper.php plugins/CustomTheme/src/Template/Bake/Template/index.twig +git add plugins/CustomTheme/src/View/Helper/BakeExtraHelper.php plugins/CustomTheme/src/Template/Bake/Template/index.twig +git add ../app-from-scratch.sh +git commit -m "index: no 'id' column by default" |