From 6407377de2ea3c6a99b28e4e276f4365508123f8 Mon Sep 17 00:00:00 2001 From: SoniaDias Date: Sat, 25 Jun 2022 21:56:10 +0100 Subject: [PATCH] Update BookStore_MSSQL.sql --- database/SQL/BookStore_MSSQL.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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