Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dolibarr
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software_Artifact_Infrastructure_Repository
dolibarr
Commits
78c31a0d
Commit
78c31a0d
authored
19 years ago
by
Rodolphe Quiedeville
Browse files
Options
Downloads
Patches
Plain Diff
Modif table llx_facture_rec
parent
caa72ac8
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
mysql/migration/1.1.0-2.0.0.sql
+3
-0
3 additions, 0 deletions
mysql/migration/1.1.0-2.0.0.sql
with
3 additions
and
0 deletions
mysql/migration/1.1.0-2.0.0.sql
+
3
−
0
View file @
78c31a0d
...
...
@@ -197,6 +197,9 @@ alter table llx_facture add increment varchar(10);
alter
table
llx_facture
drop
column
author
;
alter
table
llx_facture
drop
column
fk_user
;
alter
table
llx_facture_rec
add
frequency
char
(
2
)
DEFAULT
NULL
;
alter
table
llx_facture_rec
add
last_gen
varchar
(
7
)
DEFAULT
NULL
;
create
table
llx_societe_commerciaux
(
rowid
integer
AUTO_INCREMENT
PRIMARY
KEY
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment