Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions database/SQL/BookStore_MSSQL.sql
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -239,4 +239,4 @@ CREATE TABLE orders (
item_id int NOT NULL,
quantity int NOT NULL
)
GO
GO