diff --git a/app/Migrations/0020-data.sql b/app/Migrations/0020-data.sql new file mode 100644 index 0000000..2cac31f --- /dev/null +++ b/app/Migrations/0020-data.sql @@ -0,0 +1,4 @@ +-- Inserts here +INSERT INTO Customers (CustomerID, Name, Address) VALUES + (1, 'John Doe', '123 Main St'), + (2, 'Jane Smith', '456 Elm St'); \ No newline at end of file