Skip to content
View zaidysf's full-sized avatar
:electron:
work and play
:electron:
work and play
Block or Report

Block or report zaidysf

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
zaidysf/README.md

Hello there 👋

Here are my previous years contributions and achievements in another organizations

image image image

Pinned

  1. postgres rename duplicates.sql postgres rename duplicates.sql
    1
    update workgroups
    2
    set name = workgroups.name || ' (' || d.rnk::text || ')'
    3
    from (select id, row_number() over (partition by name order by updater_txn_id, id) as rnk from workgroups) d
    4
    where workgroups.id = d.id and d.rnk > 1
  2. eloquent-database-encryption eloquent-database-encryption Public

    PHP