Ajout des tables boxes
This commit is contained in:
parent
1c53984f82
commit
4c798b78c1
@ -1,9 +1,6 @@
|
|||||||
#
|
#
|
||||||
# Copyright (C) 2001-2003 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
# Copyright (C) 2001-2003 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
||||||
#
|
#
|
||||||
# $Id$
|
|
||||||
# $Source$
|
|
||||||
#
|
|
||||||
# This program is free software; you can redistribute it and/or modify
|
# This program is free software; you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
# the Free Software Foundation; either version 2 of the License, or
|
# the Free Software Foundation; either version 2 of the License, or
|
||||||
@ -18,6 +15,9 @@
|
|||||||
# along with this program; if not, write to the Free Software
|
# along with this program; if not, write to the Free Software
|
||||||
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
#
|
#
|
||||||
|
# $Id$
|
||||||
|
# $Source$
|
||||||
|
#
|
||||||
MYSQL=mysql
|
MYSQL=mysql
|
||||||
BASE=dolibarr
|
BASE=dolibarr
|
||||||
OPTIONS=-f
|
OPTIONS=-f
|
||||||
@ -42,6 +42,8 @@ create:
|
|||||||
$(MYSQL) $(OPTIONS) $(BASE) < llx_bank_categ.sql
|
$(MYSQL) $(OPTIONS) $(BASE) < llx_bank_categ.sql
|
||||||
$(MYSQL) $(OPTIONS) $(BASE) < llx_bank_class.sql
|
$(MYSQL) $(OPTIONS) $(BASE) < llx_bank_class.sql
|
||||||
$(MYSQL) $(OPTIONS) $(BASE) < llx_bookmark.sql
|
$(MYSQL) $(OPTIONS) $(BASE) < llx_bookmark.sql
|
||||||
|
$(MYSQL) $(OPTIONS) $(BASE) < llx_boxes.sql
|
||||||
|
$(MYSQL) $(OPTIONS) $(BASE) < llx_boxes_def.sql
|
||||||
$(MYSQL) $(OPTIONS) $(BASE) < llx_chargesociales.sql
|
$(MYSQL) $(OPTIONS) $(BASE) < llx_chargesociales.sql
|
||||||
$(MYSQL) $(OPTIONS) $(BASE) < llx_compta.sql
|
$(MYSQL) $(OPTIONS) $(BASE) < llx_compta.sql
|
||||||
$(MYSQL) $(OPTIONS) $(BASE) < llx_compta_account.sql
|
$(MYSQL) $(OPTIONS) $(BASE) < llx_compta_account.sql
|
||||||
|
|||||||
@ -1,9 +1,6 @@
|
|||||||
--
|
--
|
||||||
-- Copyright (C) 2001-2003 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
-- Copyright (C) 2001-2003 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
||||||
--
|
--
|
||||||
-- $Id$
|
|
||||||
-- $Source$
|
|
||||||
--
|
|
||||||
-- This program is free software; you can redistribute it and/or modify
|
-- This program is free software; you can redistribute it and/or modify
|
||||||
-- it under the terms of the GNU General Public License as published by
|
-- it under the terms of the GNU General Public License as published by
|
||||||
-- the Free Software Foundation; either version 2 of the License, or
|
-- the Free Software Foundation; either version 2 of the License, or
|
||||||
@ -18,6 +15,9 @@
|
|||||||
-- along with this program; if not, write to the Free Software
|
-- along with this program; if not, write to the Free Software
|
||||||
-- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
-- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
--
|
--
|
||||||
|
-- $Id$
|
||||||
|
-- $Source$
|
||||||
|
--
|
||||||
|
|
||||||
drop table if exists actioncomm;
|
drop table if exists actioncomm;
|
||||||
|
|
||||||
@ -59,6 +59,10 @@ drop table if exists llx_bank_class;
|
|||||||
|
|
||||||
drop table if exists llx_bookmark;
|
drop table if exists llx_bookmark;
|
||||||
|
|
||||||
|
drop table if exists llx_boxes;
|
||||||
|
|
||||||
|
drop table if exists llx_boxes_def;
|
||||||
|
|
||||||
drop table if exists llx_chargesociales;
|
drop table if exists llx_chargesociales;
|
||||||
|
|
||||||
drop table if exists llx_compta;
|
drop table if exists llx_compta;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user