Skip to content

Commit

Permalink
fix error in init.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
rpkenney committed Nov 27, 2023
1 parent d1fe076 commit bed2cf1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/init.sql
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
-- Copyright (c) 2023 Nathan Kohen, Nicholas Foster, Brandon Walia, Robert Kenney
-- This code is licensed under MIT license (see LICENSE for details)

--Copyright (c) 2023 Nathan Kohen, Nicholas Foster, Brandon Walia, Robert Kenney
--This code is licensed under MIT license (see LICENSE for details)
-- @author: PopcornPicks

--@author: PopcornPicks
CREATE DATABASE IF NOT EXISTS PopcornPicksDB;

-- Switch to the PopcornPicksDB database
Expand Down

0 comments on commit bed2cf1

Please sign in to comment.