Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Comptoir
Comptoir-srv
Commits
d258793b
Commit
d258793b
authored
Jun 03, 2020
by
Fabrice Gangler
🎨
Browse files
FIX(mapping): update SQL (typo)
parent
253ce1ac
Pipeline
#9890
passed with stage
in 4 minutes and 22 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Documentation/For_developers/Features/BusinessMapping/db/table_taxonomy/taxonomys.sql
View file @
d258793b
...
...
@@ -25,7 +25,7 @@ INSERT INTO public.taxonomys (id, parent_id, title_i18n_en, title_i18n_fr, descr
INSERT
INTO
public
.
taxonomys
(
id
,
parent_id
,
title_i18n_en
,
title_i18n_fr
,
description_i18n_en
,
description_i18n_fr
,
created
,
modified
)
VALUES
(
20
,
3
,
'Office automation'
,
'Bureautique'
,
null
,
null
,
'2020-01-31 15:12:58.000000'
,
'2020-01-31 15:12:58.000000'
);
INSERT
INTO
public
.
taxonomys
(
id
,
parent_id
,
title_i18n_en
,
title_i18n_fr
,
description_i18n_en
,
description_i18n_fr
,
created
,
modified
)
VALUES
(
21
,
3
,
'Web'
,
'Web'
,
null
,
null
,
'2020-01-31 15:12:58.000000'
,
'2020-01-31 15:12:58.000000'
);
INSERT
INTO
public
.
taxonomys
(
id
,
parent_id
,
title_i18n_en
,
title_i18n_fr
,
description_i18n_en
,
description_i18n_fr
,
created
,
modified
)
VALUES
(
22
,
3
,
'Infrastructure'
,
'Infrastructure'
,
null
,
null
,
'2020-01-31 15:12:58.000000'
,
'2020-01-31 15:12:58.000000'
);
INSERT
INTO
public
.
taxonomys
(
id
,
parent_id
,
title_i18n_en
,
title_i18n_fr
,
description_i18n_en
,
description_i18n_fr
,
created
,
modified
)
VALUES
(
23
,
3
,
'D
é
velop
pe
ment'
,
'D
e
velopment'
,
null
,
null
,
'2020-01-31 15:12:58.000000'
,
'2020-01-31 15:12:58.000000'
);
INSERT
INTO
public
.
taxonomys
(
id
,
parent_id
,
title_i18n_en
,
title_i18n_fr
,
description_i18n_en
,
description_i18n_fr
,
created
,
modified
)
VALUES
(
23
,
3
,
'D
e
velopment'
,
'D
é
velop
pe
ment'
,
null
,
null
,
'2020-01-31 15:12:58.000000'
,
'2020-01-31 15:12:58.000000'
);
INSERT
INTO
public
.
taxonomys
(
id
,
parent_id
,
title_i18n_en
,
title_i18n_fr
,
description_i18n_en
,
description_i18n_fr
,
created
,
modified
)
VALUES
(
24
,
3
,
'Multimedia'
,
'Multimedia'
,
null
,
null
,
'2020-01-31 15:12:58.000000'
,
'2020-01-31 15:12:58.000000'
);
ALTER
SEQUENCE
taxonomys_id_seq
RESTART
WITH
50
;
Vagrant/Vagrant_for_Comptoir_local/bin_vagrant-user/import_SQL.files_during.vagrantUp/020_mapping_table_taxonomys.sql
View file @
d258793b
...
...
@@ -24,7 +24,7 @@ INSERT INTO public.taxonomys (id, parent_id, title_i18n_en, title_i18n_fr, descr
INSERT
INTO
public
.
taxonomys
(
id
,
parent_id
,
title_i18n_en
,
title_i18n_fr
,
description_i18n_en
,
description_i18n_fr
,
created
,
modified
)
VALUES
(
20
,
3
,
'Office automation'
,
'Bureautique'
,
null
,
null
,
'2020-01-31 15:12:58.000000'
,
'2020-01-31 15:12:58.000000'
);
INSERT
INTO
public
.
taxonomys
(
id
,
parent_id
,
title_i18n_en
,
title_i18n_fr
,
description_i18n_en
,
description_i18n_fr
,
created
,
modified
)
VALUES
(
21
,
3
,
'Web'
,
'Web'
,
null
,
null
,
'2020-01-31 15:12:58.000000'
,
'2020-01-31 15:12:58.000000'
);
INSERT
INTO
public
.
taxonomys
(
id
,
parent_id
,
title_i18n_en
,
title_i18n_fr
,
description_i18n_en
,
description_i18n_fr
,
created
,
modified
)
VALUES
(
22
,
3
,
'Infrastructure'
,
'Infrastructure'
,
null
,
null
,
'2020-01-31 15:12:58.000000'
,
'2020-01-31 15:12:58.000000'
);
INSERT
INTO
public
.
taxonomys
(
id
,
parent_id
,
title_i18n_en
,
title_i18n_fr
,
description_i18n_en
,
description_i18n_fr
,
created
,
modified
)
VALUES
(
23
,
3
,
'D
é
velop
pe
ment'
,
'D
e
velopment'
,
null
,
null
,
'2020-01-31 15:12:58.000000'
,
'2020-01-31 15:12:58.000000'
);
INSERT
INTO
public
.
taxonomys
(
id
,
parent_id
,
title_i18n_en
,
title_i18n_fr
,
description_i18n_en
,
description_i18n_fr
,
created
,
modified
)
VALUES
(
23
,
3
,
'D
e
velopment'
,
'D
é
velop
pe
ment'
,
null
,
null
,
'2020-01-31 15:12:58.000000'
,
'2020-01-31 15:12:58.000000'
);
INSERT
INTO
public
.
taxonomys
(
id
,
parent_id
,
title_i18n_en
,
title_i18n_fr
,
description_i18n_en
,
description_i18n_fr
,
created
,
modified
)
VALUES
(
24
,
3
,
'Multimedia'
,
'Multimedia'
,
null
,
null
,
'2020-01-31 15:12:58.000000'
,
'2020-01-31 15:12:58.000000'
);
ALTER
SEQUENCE
taxonomys_id_seq
RESTART
WITH
50
;
Write
Preview
Markdown
is supported
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