Commit 03a873a9 authored by Huihui, Jonathan's avatar Huihui, Jonathan
Browse files

remove old comments

parent e08f2d98
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -23,6 +23,3 @@ services:
      - ./sql/fill_tables.sql:/docker-entrypoint-initdb.d/fill_tables.sql
    ports:
      - "5532:5432" 
 No newline at end of file

# find what tables already exist in an empty database or initialize a table
# then use that for testing purposes
+0 −2
Original line number Diff line number Diff line
@@ -22,5 +22,3 @@ services:
      - ./sql/create_tables.sql:/docker-entrypoint-initdb.d/create_tables.sql
      - ./sql/fill_tables.sql:/docker-entrypoint-initdb.d/fill_tables.sql
# find what tables already exist in an empty database or initialize a table
# then use that for testing purposes