Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15390069
D10523.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
2 KB
Referenced Files
None
Subscribers
None
D10523.diff
View Options
diff --git a/resources/sql/autopatches/20140918.schema.5.slowvote.sql b/resources/sql/autopatches/20140918.schema.5.slowvote.sql
new file mode 100644
--- /dev/null
+++ b/resources/sql/autopatches/20140918.schema.5.slowvote.sql
@@ -0,0 +1 @@
+DROP TABLE {$NAMESPACE}_slowvote.slowvote_comment;
diff --git a/src/__phutil_library_map__.php b/src/__phutil_library_map__.php
--- a/src/__phutil_library_map__.php
+++ b/src/__phutil_library_map__.php
@@ -2253,7 +2253,6 @@
'PhabricatorSlowvoteApplication' => 'applications/slowvote/application/PhabricatorSlowvoteApplication.php',
'PhabricatorSlowvoteChoice' => 'applications/slowvote/storage/PhabricatorSlowvoteChoice.php',
'PhabricatorSlowvoteCloseController' => 'applications/slowvote/controller/PhabricatorSlowvoteCloseController.php',
- 'PhabricatorSlowvoteComment' => 'applications/slowvote/storage/PhabricatorSlowvoteComment.php',
'PhabricatorSlowvoteCommentController' => 'applications/slowvote/controller/PhabricatorSlowvoteCommentController.php',
'PhabricatorSlowvoteController' => 'applications/slowvote/controller/PhabricatorSlowvoteController.php',
'PhabricatorSlowvoteDAO' => 'applications/slowvote/storage/PhabricatorSlowvoteDAO.php',
@@ -5224,7 +5223,6 @@
'PhabricatorSlowvoteApplication' => 'PhabricatorApplication',
'PhabricatorSlowvoteChoice' => 'PhabricatorSlowvoteDAO',
'PhabricatorSlowvoteCloseController' => 'PhabricatorSlowvoteController',
- 'PhabricatorSlowvoteComment' => 'PhabricatorSlowvoteDAO',
'PhabricatorSlowvoteCommentController' => 'PhabricatorSlowvoteController',
'PhabricatorSlowvoteController' => 'PhabricatorController',
'PhabricatorSlowvoteDAO' => 'PhabricatorLiskDAO',
diff --git a/src/applications/slowvote/storage/PhabricatorSlowvoteComment.php b/src/applications/slowvote/storage/PhabricatorSlowvoteComment.php
deleted file mode 100644
--- a/src/applications/slowvote/storage/PhabricatorSlowvoteComment.php
+++ /dev/null
@@ -1,9 +0,0 @@
-<?php
-
-final class PhabricatorSlowvoteComment extends PhabricatorSlowvoteDAO {
-
- protected $pollID;
- protected $authorPHID;
- protected $commentText;
-
-}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Mar 16, 5:53 AM (3 w, 8 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7706173
Default Alt Text
D10523.diff (2 KB)
Attached To
Mode
D10523: Remove SlowvoteComment and storage
Attached
Detach File
Event Timeline
Log In to Comment