mirror of
https://github.com/internetee/registry.git
synced 2025-06-11 15:14:47 +02:00
parent
056c57530c
commit
16fd21f7cf
2 changed files with 1 additions and 9 deletions
|
@ -1,5 +0,0 @@
|
||||||
class AddTextTagToNotifications < ActiveRecord::Migration
|
|
||||||
def change
|
|
||||||
add_column :notifications, :text_tag, :string
|
|
||||||
end
|
|
||||||
end
|
|
|
@ -2007,8 +2007,7 @@ CREATE TABLE public.notifications (
|
||||||
created_at timestamp without time zone,
|
created_at timestamp without time zone,
|
||||||
updated_at timestamp without time zone,
|
updated_at timestamp without time zone,
|
||||||
creator_str character varying,
|
creator_str character varying,
|
||||||
updator_str character varying,
|
updator_str character varying
|
||||||
text_tag character varying
|
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
||||||
|
@ -4779,5 +4778,3 @@ INSERT INTO schema_migrations (version) VALUES ('20180824092855');
|
||||||
|
|
||||||
INSERT INTO schema_migrations (version) VALUES ('20180824102834');
|
INSERT INTO schema_migrations (version) VALUES ('20180824102834');
|
||||||
|
|
||||||
INSERT INTO schema_migrations (version) VALUES ('20180825153657');
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue