mirror of
https://github.com/oqtane/oqtane.framework.git
synced 2025-05-27 15:23:06 +00:00
7 lines
79 B
Transact-SQL
7 lines
79 B
Transact-SQL
/*
|
|
Remove [Owner][Module] table
|
|
*/
|
|
|
|
DROP TABLE [dbo].[[Owner][Module]]
|
|
GO
|