MicrosoftSql üzerinde çalışması için çalışma
This commit is contained in:
parent
01e19ef26f
commit
0f5d44ceb0
6 changed files with 8021 additions and 9276 deletions
|
|
@ -15,7 +15,7 @@ public static class SettingsConsts
|
||||||
|
|
||||||
public const string FormNamePrefix = "Setting_";
|
public const string FormNamePrefix = "Setting_";
|
||||||
|
|
||||||
public const string DefaultDatabaseProvider = DatabaseProvider.PostgreSql;
|
public const string DefaultDatabaseProvider = DatabaseProvider.SqlServer;
|
||||||
|
|
||||||
public static class DatabaseProvider
|
public static class DatabaseProvider
|
||||||
{
|
{
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
|
@ -735,7 +735,7 @@ const FileManager = () => {
|
||||||
></Helmet>
|
></Helmet>
|
||||||
|
|
||||||
{/* Enhanced Unified Toolbar */}
|
{/* Enhanced Unified Toolbar */}
|
||||||
<div className="bg-white dark:bg-gray-800 border border-gray-200 dark:border-gray-700 rounded-lg p-3 sm:p-4 mb-4 mt-2">
|
<div className="bg-white dark:bg-gray-800 border border-gray-200 dark:border-gray-700 rounded-lg mb-4 mt-2">
|
||||||
{/* Main Toolbar Row */}
|
{/* Main Toolbar Row */}
|
||||||
<div className="flex flex-col lg:flex-row lg:items-center justify-between gap-3 sm:gap-4">
|
<div className="flex flex-col lg:flex-row lg:items-center justify-between gap-3 sm:gap-4">
|
||||||
{/* Left Section - Primary Actions */}
|
{/* Left Section - Primary Actions */}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue