You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: services/extras/index.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1047,7 +1047,7 @@ <h2 id="resetting-the-database"><strong>Resetting the Database</strong><a class=
1047
1047
<divclass="tabbed-content">
1048
1048
<divclass="tabbed-block">
1049
1049
<p>Make sure you have the postgres container running, and you should <code>docker stop riven</code> before running the following commands.</p>
1050
-
<divclass="highlight"><pre><span></span><code>docker<spanclass="w"></span><spanclass="nb">exec</span><spanclass="w"></span>-it<spanclass="w"></span>postgres<spanclass="w"></span>psql<spanclass="w"></span>-U<spanclass="w"></span>postgres<spanclass="w"></span>-c<spanclass="w"></span><spanclass="s2">"DROP TABLE IF EXISTS riven;"</span>
1050
+
<divclass="highlight"><pre><span></span><code>docker<spanclass="w"></span><spanclass="nb">exec</span><spanclass="w"></span>-it<spanclass="w"></span>postgres<spanclass="w"></span>psql<spanclass="w"></span>-U<spanclass="w"></span>postgres<spanclass="w"></span>-c<spanclass="w"></span><spanclass="s2">"DROP DATABASE IF EXISTS riven;"</span>
0 commit comments