Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
SAMBUMBA
pasteque-server
Commits
5a9c64cf
Commit
5a9c64cf
authored
Apr 25, 2013
by
Cédric Houbart
Browse files
Prepayment category in creation scripts
parent
330e051e
Changes
3
Hide whitespace changes
Inline
Side-by-side
install/database/data_belgique.sql
View file @
5a9c64cf
...
...
@@ -2,6 +2,7 @@
INSERT
INTO
CATEGORIES
(
ID
,
NAME
)
VALUES
(
'000'
,
'Categorie standard'
);
INSERT
INTO
CATEGORIES
(
ID
,
NAME
)
VALUES
(
'0'
,
'Formules'
);
INSERT
INTO
CATEGORIES
(
ID
,
NAME
)
VALUES
(
'-1'
,
'Pré-paiement'
);
INSERT
INTO
LOCATIONS
(
ID
,
NAME
,
ADDRESS
)
VALUES
(
'0'
,
'Principal'
,
NULL
);
-- Taxes
...
...
install/database/data_france.sql
View file @
5a9c64cf
...
...
@@ -2,6 +2,7 @@
INSERT
INTO
CATEGORIES
(
ID
,
NAME
)
VALUES
(
'000'
,
'Categorie standard'
);
INSERT
INTO
CATEGORIES
(
ID
,
NAME
)
VALUES
(
'0'
,
'Formules'
);
INSERT
INTO
CATEGORIES
(
ID
,
NAME
)
VALUES
(
'-1'
,
'Pré-paiement'
);
INSERT
INTO
LOCATIONS
(
ID
,
NAME
,
ADDRESS
)
VALUES
(
'0'
,
'Principal'
,
NULL
);
-- Taxes
...
...
install/database/data_luxembourg.sql
View file @
5a9c64cf
...
...
@@ -2,6 +2,7 @@
INSERT
INTO
CATEGORIES
(
ID
,
NAME
)
VALUES
(
'000'
,
'Categorie standard'
);
INSERT
INTO
CATEGORIES
(
ID
,
NAME
)
VALUES
(
'0'
,
'Formules'
);
INSERT
INTO
CATEGORIES
(
ID
,
NAME
)
VALUES
(
'-1'
,
'Pré-paiement'
);
INSERT
INTO
LOCATIONS
(
ID
,
NAME
,
ADDRESS
)
VALUES
(
'0'
,
'Principal'
,
NULL
);
-- Taxes
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment