Skip to content
Snippets Groups Projects
Commit 64c80100 authored by Rodolphe Quiedeville's avatar Rodolphe Quiedeville
Browse files

Nouvelle version

parent dfb2e68e
No related branches found
No related tags found
No related merge requests found
create table llx_bank_url
(
rowid integer AUTO_INCREMENT PRIMARY KEY,
fk_bank integer,
url_id integer,
url varchar(255),
label varchar(255)
);
create table llx_actioncomm
(
id integer AUTO_INCREMENT PRIMARY KEY,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment