Reconfigure for GIT

This commit is contained in:
2017-03-26 20:00:03 +02:00
commit 00637826ab
8056 changed files with 535977 additions and 0 deletions
@@ -0,0 +1,7 @@
CREATE view vv_RegistryBankTransferPrepareName
as
select MAX(CAST(Oid AS CHAR(100))) Oid,
BankPrepareName
from RegistryBankTransfer
where Ifnull(BankPrepareName,'')<>''
group by BankPrepareName