[openstreetmap/openstreetmap-website] Add social profile links (PR #5439)

David Tsiklauri notifications at github.com
Mon Feb 17 15:45:44 UTC 2025


@nertc commented on this pull request.



> @@ -0,0 +1,10 @@
+class CreateSocialLinks < ActiveRecord::Migration[7.2]
+  def change
+    create_table :social_links do |t|
+      t.references :user, :null => false, :foreign_key => true
+      t.string :url

I agree with you, was fixed accordingly.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/5439#discussion_r1958444776
You are receiving this because you are subscribed to this thread.

Message ID: <openstreetmap/openstreetmap-website/pull/5439/review/2621412924 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20250217/92e15fce/attachment.htm>


More information about the rails-dev mailing list