aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPDatabaseAction.h
diff options
context:
space:
mode:
authorMax <post@wickenrode.com>2015-03-12 02:28:28 +0100
committerMax <post@wickenrode.com>2015-03-12 02:28:28 +0100
commitf86e21e8296a5c368fb547b93ff0390dec0f5785 (patch)
tree3138aa96a26c4a0ba413a87ba19400c9b4f4b19f /Source/SPDatabaseAction.h
parent6af24620e1126fe08e573ebf4dce93444ac140cb (diff)
downloadsequelpro-f86e21e8296a5c368fb547b93ff0390dec0f5785.tar.gz
sequelpro-f86e21e8296a5c368fb547b93ff0390dec0f5785.tar.bz2
sequelpro-f86e21e8296a5c368fb547b93ff0390dec0f5785.zip
Well, and then there was backwards compatibility…
Diffstat (limited to 'Source/SPDatabaseAction.h')
-rw-r--r--Source/SPDatabaseAction.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/SPDatabaseAction.h b/Source/SPDatabaseAction.h
index 137a8737..7ca8d402 100644
--- a/Source/SPDatabaseAction.h
+++ b/Source/SPDatabaseAction.h
@@ -32,6 +32,11 @@
@class SPMySQLConnection;
@interface SPCreateDatabaseInfo : NSObject
+{
+ NSString *databaseName;
+ NSString *defaultEncoding;
+ NSString *defaultCollation;
+}
@property (readwrite,retain) NSString *databaseName;
@property (readwrite,retain) NSString *defaultEncoding;