Skip to content

Commit

Permalink
Python version exercise updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Srinivas Seema committed Nov 29, 2023
1 parent 65845ea commit a73841a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion exercises/exercise2.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ def create_trainstops_table(connection):
cursor = connection.cursor()
cursor.execute("""
CREATE TABLE IF NOT EXISTS trainstops (
Rekordnummer BIGINT PRIMARY KEY,
EVA_NR BIGINT,
DS100 TEXT,
IFOPT TEXT,
Expand Down

0 comments on commit a73841a

Please sign in to comment.