diff --git a/database/SQL/BookStore_MSSQL.sql b/database/SQL/BookStore_MSSQL.sql index 0f9af17..b77d3c6 100644 --- a/database/SQL/BookStore_MSSQL.sql +++ b/database/SQL/BookStore_MSSQL.sql @@ -1,4 +1,4 @@ --- Copyright (C) 2001 YesSoftware. All rights reserved. +-- Copyright (C) 2001 YesSoftware. All rights reserved.. -- BugTrack_MSSQL.sql if exists (select * from sysobjects where id = object_id(N'card_types') and OBJECTPROPERTY(id, N'IsUserTable') = 1) drop table card_types @@ -239,4 +239,4 @@ CREATE TABLE orders ( item_id int NOT NULL, quantity int NOT NULL ) -GO \ No newline at end of file +GO