From 8c67590c4fb45daa5b818323839221a8aab4866e Mon Sep 17 00:00:00 2001 From: Thibault GUILLAUME Date: Fri, 23 Oct 2015 14:46:19 +0200 Subject: [PATCH] push pub --- .../20151023080934_publicite_migration.php | 33 +++++++++++++++++++ .../views/templates/hook/ads.tpl | 1 + 2 files changed, 34 insertions(+) create mode 100644 migrations/20151023080934_publicite_migration.php create mode 100644 modules/blockadshooks/views/templates/hook/ads.tpl diff --git a/migrations/20151023080934_publicite_migration.php b/migrations/20151023080934_publicite_migration.php new file mode 100644 index 00000000..ddd7c52d --- /dev/null +++ b/migrations/20151023080934_publicite_migration.php @@ -0,0 +1,33 @@ +table('ps_ads_publication_lang'); + $table->addColumn('link', 'string', array('limit' => 255))->update(); + } +} diff --git a/modules/blockadshooks/views/templates/hook/ads.tpl b/modules/blockadshooks/views/templates/hook/ads.tpl new file mode 100644 index 00000000..dfcf6e36 --- /dev/null +++ b/modules/blockadshooks/views/templates/hook/ads.tpl @@ -0,0 +1 @@ + \ No newline at end of file