Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F13997337
D10520.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D10520.diff
View Options
diff --git a/resources/sql/autopatches/20140918.schema.1.dropaudit.sql b/resources/sql/autopatches/20140918.schema.1.dropaudit.sql
new file mode 100644
--- /dev/null
+++ b/resources/sql/autopatches/20140918.schema.1.dropaudit.sql
@@ -0,0 +1 @@
+DROP TABLE {$NAMESPACE}_audit.audit_comment;
diff --git a/resources/sql/autopatches/20140918.schema.2.dropauditinline.sql b/resources/sql/autopatches/20140918.schema.2.dropauditinline.sql
new file mode 100644
--- /dev/null
+++ b/resources/sql/autopatches/20140918.schema.2.dropauditinline.sql
@@ -0,0 +1 @@
+DROP TABLE {$NAMESPACE}_audit.audit_inlinecomment;
diff --git a/resources/sql/autopatches/20140918.schema.3.wipecache.sql b/resources/sql/autopatches/20140918.schema.3.wipecache.sql
new file mode 100644
--- /dev/null
+++ b/resources/sql/autopatches/20140918.schema.3.wipecache.sql
@@ -0,0 +1 @@
+TRUNCATE TABLE {$NAMESPACE}_cache.cache_markupcache;
diff --git a/resources/sql/autopatches/20140918.schema.4.cachetype.sql b/resources/sql/autopatches/20140918.schema.4.cachetype.sql
new file mode 100644
--- /dev/null
+++ b/resources/sql/autopatches/20140918.schema.4.cachetype.sql
@@ -0,0 +1,2 @@
+ALTER TABLE {$NAMESPACE}_cache.cache_markupcache
+ CHANGE cacheData cacheData LONGBLOB NOT NULL;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Oct 25, 3:48 AM (3 w, 3 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6729603
Default Alt Text
D10520.diff (1 KB)
Attached To
Mode
D10520: Drop old Audit tables; make markup cache binary
Attached
Detach File
Event Timeline
Log In to Comment