Ajout des tables boxes

This commit is contained in:
Rodolphe Quiedeville 2003-02-13 15:54:23 +00:00
parent 1c53984f82
commit 4c798b78c1
2 changed files with 12 additions and 6 deletions

View File

@ -1,9 +1,6 @@
#
# Copyright (C) 2001-2003 Rodolphe Quiedeville <rodolphe@quiedeville.org>
#
# $Id$
# $Source$
#
# 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
# 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
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#
# $Id$
# $Source$
#
MYSQL=mysql
BASE=dolibarr
OPTIONS=-f
@ -42,6 +42,8 @@ create:
$(MYSQL) $(OPTIONS) $(BASE) < llx_bank_categ.sql
$(MYSQL) $(OPTIONS) $(BASE) < llx_bank_class.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_compta.sql
$(MYSQL) $(OPTIONS) $(BASE) < llx_compta_account.sql

View File

@ -1,9 +1,6 @@
--
-- Copyright (C) 2001-2003 Rodolphe Quiedeville <rodolphe@quiedeville.org>
--
-- $Id$
-- $Source$
--
-- 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
-- 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
-- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
--
-- $Id$
-- $Source$
--
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_boxes;
drop table if exists llx_boxes_def;
drop table if exists llx_chargesociales;
drop table if exists llx_compta;