Skip to content

Commit

Permalink
schema file
Browse files Browse the repository at this point in the history
  • Loading branch information
haditariq committed Aug 27, 2024
1 parent 524462a commit a09e73e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions db/schema.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

# This file is auto-generated from the current state of the database. Instead
# of editing this file, please use the migrations feature of Active Record to
# incrementally modify your database, and then regenerate this schema definition.
Expand Down Expand Up @@ -1779,4 +1778,4 @@
users
WHERE ((channels.id = messages.channel_id) AND (messages.id = notifications.message_id) AND (users.id = messages.created_by));
SQL
end
end

0 comments on commit a09e73e

Please sign in to comment.