Drop post updates table.
This commit is contained in:
7
db/migrate/20190829052629_drop_post_updates.rb
Normal file
7
db/migrate/20190829052629_drop_post_updates.rb
Normal file
@@ -0,0 +1,7 @@
|
||||
require_relative "20160820003534_create_post_updates"
|
||||
|
||||
class DropPostUpdates < ActiveRecord::Migration[6.0]
|
||||
def change
|
||||
revert CreatePostUpdates
|
||||
end
|
||||
end
|
||||
@@ -2593,15 +2593,6 @@ CREATE SEQUENCE public.post_replacements_id_seq
|
||||
ALTER SEQUENCE public.post_replacements_id_seq OWNED BY public.post_replacements.id;
|
||||
|
||||
|
||||
--
|
||||
-- Name: post_updates; Type: TABLE; Schema: public; Owner: -
|
||||
--
|
||||
|
||||
CREATE UNLOGGED TABLE public.post_updates (
|
||||
post_id integer
|
||||
);
|
||||
|
||||
|
||||
--
|
||||
-- Name: post_votes; Type: TABLE; Schema: public; Owner: -
|
||||
--
|
||||
@@ -7335,6 +7326,7 @@ INSERT INTO "schema_migrations" (version) VALUES
|
||||
('20190827014726'),
|
||||
('20190827233235'),
|
||||
('20190827234625'),
|
||||
('20190828005453');
|
||||
('20190828005453'),
|
||||
('20190829052629');
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user