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
Stephane Crozat
apisub
Commits
9bea8e83
Commit
9bea8e83
authored
Nov 09, 2019
by
Stephane Crozat
Browse files
Improving doc for tmp/import and export
parent
18a71f16
Changes
2
Hide whitespace changes
Inline
Side-by-side
tmp/export/README.md
View file @
9bea8e83
...
...
@@ -31,4 +31,4 @@ rsync -va cathtml/* wapint@stargate.utc.fr:/volgen/user1x/users/wapint/public_ht
su postgres
pg_dump apisub -f /home/stc/apidump/apisub20181123.sql
scp stc@pic.crzt.fr
/home/stc/apidump/apisub20181123.sql .
scp stc@pic.crzt.fr
:
/home/stc/apidump/apisub20181123.sql .
tmp/import/README.md
View file @
9bea8e83
...
...
@@ -22,3 +22,17 @@ BEGIN;
SELECT pg_catalog.set_config('search_path', 'public', false);
COMMIT;
```
## Manual INSERT of Api
INSERT INTO api (id,dbegin,code,name,description,duration,size,ects,resplogin) VALUES (
gen_random_uuid(),
TO_DATE('01/01/2020','DD/MM/YYYY'),
'code',
'title,
'longtitle',
duration,
size,
ects,
'login'
);
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