File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,15 +10,15 @@ ALTER TABLE [barcodes] DROP CONSTRAINT [barcodes_product_id_fkey]
1010END
1111GO
1212
13- IF (OBJECT_ID (' posts_user_id_fkey ' , ' F' ) IS NOT NULL )
13+ IF (OBJECT_ID (' abc_posts_user_id_fkey ' , ' F' ) IS NOT NULL )
1414BEGIN
15- ALTER TABLE [abc_posts] DROP CONSTRAINT [abc_posts_user_id_fkey]
15+ ALTER TABLE [abc_posts] DROP CONSTRAINT [abc_posts_user_id_fkey]
1616END
1717GO
1818
19- IF (OBJECT_ID (' posts_category_id_fkey ' , ' F' ) IS NOT NULL )
19+ IF (OBJECT_ID (' abc_posts_category_id_fkey ' , ' F' ) IS NOT NULL )
2020BEGIN
21- ALTER TABLE [abc_posts] DROP CONSTRAINT [abc_posts_category_id_fkey]
21+ ALTER TABLE [abc_posts] DROP CONSTRAINT [abc_posts_category_id_fkey]
2222END
2323GO
2424
@@ -88,7 +88,7 @@ DROP TABLE [tags]
8888END
8989GO
9090
91- IF (OBJECT_ID (' posts ' , ' U' ) IS NOT NULL )
91+ IF (OBJECT_ID (' abc_posts ' , ' U' ) IS NOT NULL )
9292BEGIN
9393DROP TABLE [abc_posts]
9494END
You can’t perform that action at this time.
0 commit comments