Skip to content

Commit 0417bfd

Browse files
committed
Exercise 1- amend
1 parent fad3956 commit 0417bfd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

exercises/Airports.sqlite

0 Bytes
Binary file not shown.

exercises/exercise1.jv

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ pipeline AirportsPipeline {
9696
// The structural information of the table is used
9797
// to generate the correct table.
9898
block AirportsLoader oftype SQLiteLoader {
99-
table: "Airports";
100-
file: "./Airports.sqlite";
99+
table: "airports";
100+
file: "./airports.sqlite";
101101
}
102102

103103
// 16. Congratulations!

0 commit comments

Comments
 (0)