diff options
author | cly <clyhtsuriva@gmail.com> | 2020-03-23 09:56:15 +0100 |
---|---|---|
committer | cly <clyhtsuriva@gmail.com> | 2020-03-23 09:56:15 +0100 |
commit | b1bf83a625912950055d56a33a97382a6c7d1b27 (patch) | |
tree | a94b634d79ea704437b9acb076efee9596318c90 /web/howto_psql | |
parent | 8850bb41eb9ef803e33a876e9017f378fc74637b (diff) |
web updates
Diffstat (limited to 'web/howto_psql')
-rw-r--r-- | web/howto_psql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/howto_psql b/web/howto_psql index 4da0d3e..7d5adfc 100644 --- a/web/howto_psql +++ b/web/howto_psql @@ -32,4 +32,4 @@ su - atsuser psql -d atsdb -U atsuser #initialize the tables -\i /WHATEVER_PATH_YOUR_INIT_IS_IN/init-bd.sql +\i /WHATEVER_PATH_YOUR_INIT_IS_IN/ATS-Project/website/init-bd.sql |