Skip to content

Commit

Permalink
connect to database
Browse files Browse the repository at this point in the history
connnect to dbname in postgresql
  • Loading branch information
muratungor committed Mar 18, 2018
1 parent 9f68428 commit 3b824b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/create_torque_log_table.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
CREATE DATABASE torque;
USE `torque`;
\c torque;

DROP TABLE IF EXISTS `raw_logs`;
CREATE TABLE `raw_logs` (
Expand Down

0 comments on commit 3b824b0

Please sign in to comment.