|
|
@@ -1,5 +1,5 @@
|
|
|
<?php
|
|
|
-
|
|
|
+//bindera@2017-09-14 - uzyte w superedit-STATYSTYKA_TABELE.php widok test_budget_project_analytics_view - uwzglednic przy zmianie nazwy tabeli z test_*
|
|
|
function BUDGET_ANALYTICS() {
|
|
|
|
|
|
$TURN_OFF = true;// OFF 2015-06-24
|
|
|
@@ -506,7 +506,7 @@ jQuery(document).ready(function () {
|
|
|
";
|
|
|
$sqls['RemoveView_korespMain'] = " drop view if exists `in7_dziennik_koresp_budget_view` ";
|
|
|
$sqls['CreateView_korespMain'] = "
|
|
|
- CREATE VIEW `in7_dziennik_koresp_budget_view` AS
|
|
|
+ CREATE or replace VIEW `in7_dziennik_koresp_budget_view` AS
|
|
|
select k.`ID` AS `ID`
|
|
|
, k.`path` AS `path`
|
|
|
, k.`ID_PROJECT` AS `ID_PROJECT`
|